diff options
| author | 2011-09-07 17:20:08 -0700 | |
|---|---|---|
| committer | 2011-09-07 17:20:08 -0700 | |
| commit | b6ae19a96d05546fca61cadcab5c39996d68c9ba (patch) | |
| tree | c6119c17322cf852185fb0946e9ad9e34b6ba026 | |
| parent | a7e88d688b6f1c3f892867d1401f88d79e759777 (diff) | |
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
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 3fa4d48b9cc6..16490da33ed7 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 |