summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-09-07 17:20:08 -0700
committerJaikumar Ganesh <jaikumar@google.com>2011-09-07 17:20:08 -0700
commitb6ae19a96d05546fca61cadcab5c39996d68c9ba (patch)
treec6119c17322cf852185fb0946e9ad9e34b6ba026 /core/res/AndroidManifest.xml
parenta7e88d688b6f1c3f892867d1401f88d79e759777 (diff)
downloadframeworks_base-b6ae19a96d05546fca61cadcab5c39996d68c9ba.zip
frameworks_base-b6ae19a96d05546fca61cadcab5c39996d68c9ba.tar.gz
frameworks_base-b6ae19a96d05546fca61cadcab5c39996d68c9ba.tar.bz2
Remove connection access intents from protected broadcasts.
These intents are sent by Bluetooth-Pbap app which doesn't have the system uuid. Instead protect with admin permission on the reciever side. Change-Id: Ibb788e1526108909b5a3b15462ac3a008b041613
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 3fa4d48..16490da 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -87,9 +87,7 @@
<protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
<protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
<protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
- <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
<protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
- <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
<protected-broadcast
android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
<protected-broadcast