summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 92f3acc..ab9d975 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -937,7 +937,8 @@
</intent-filter>
</receiver>
- <receiver android:name=".bluetooth.BluetoothPermissionRequest">
+ <receiver android:name=".bluetooth.BluetoothPermissionRequest"
+ android:permission="android.permission.BLUETOOTH_ADMIN">
<intent-filter>
<action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
<action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />