Skip to content

Commit 407900f

Browse files
committed
Set Android application class
1 parent f5ed472 commit 407900f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Demo/app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools">
44

5+
<uses-permission android:name="android.permission.BLUETOOTH" />
6+
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
7+
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
8+
59
<application
10+
android:name=".Application"
611
android:allowBackup="true"
712
android:dataExtractionRules="@xml/data_extraction_rules"
813
android:fullBackupContent="@xml/backup_rules"

0 commit comments

Comments
 (0)