summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-09-07 17:19:19 -0700
committerJaikumar Ganesh <jaikumar@google.com>2011-09-07 17:19:19 -0700
commite0b01ade75174f189b8c939dedcf33f9381d3998 (patch)
tree6e74b8e7b828642927e5f93bdd6ff4ba7130dd2d /AndroidManifest.xml
parent04cf11c90bcbacd40766d714303f37780aaae357 (diff)
downloadpackages_apps_settings-e0b01ade75174f189b8c939dedcf33f9381d3998.zip
packages_apps_settings-e0b01ade75174f189b8c939dedcf33f9381d3998.tar.gz
packages_apps_settings-e0b01ade75174f189b8c939dedcf33f9381d3998.tar.bz2
Enforce permissions for connection dialog intents.
Change-Id: I93bcf676f4bd11737f22f0b89cfe49c978a42c8e
Diffstat (limited to 'AndroidManifest.xml')
-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" />