Move permission

This commit is contained in:
darken
2023-10-28 17:58:09 +02:00
committed by Matthias Urhahn
parent 4a2f7c20a2
commit 06e67e04ac
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -23,8 +23,6 @@
android:name="android.permission.BLUETOOTH_SCAN"
android:usesPermissionFlags="neverForLocation" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE" />
<application>
<receiver
android:name=".bluetooth.BleScanResultReceiver"
+2
View File
@@ -9,6 +9,8 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE" />
<uses-feature
android:name="android.hardware.bluetooth_le"
android:required="true" />