We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ed472 commit 407900fCopy full SHA for 407900f
Demo/app/src/main/AndroidManifest.xml
@@ -2,7 +2,12 @@
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
xmlns:tools="http://schemas.android.com/tools">
4
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
+
9
<application
10
+ android:name=".Application"
11
android:allowBackup="true"
12
android:dataExtractionRules="@xml/data_extraction_rules"
13
android:fullBackupContent="@xml/backup_rules"
0 commit comments