diff options
| author | 2016-04-19 10:16:54 -0700 | |
|---|---|---|
| committer | 2016-05-03 00:28:47 +0000 | |
| commit | 4f86d76cf4c896d91a189f3c49b84e49cabb9b7b (patch) | |
| tree | 0b4a1e71a63bc888896ed814ca43b6474e28a1c3 | |
| parent | daf6bdba0eac4abc03afdfe60b7736f3f8bd461e (diff) | |
List the SDP_RECORD broadcast as protected
Bug: 28257589
Change-Id: I97ef91fa3a7f7ef62fd96ca079e0a6d5a957bc71
| -rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index e65b30dca764..b5cb642842b5 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -128,6 +128,7 @@ <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.device.action.CONNECTION_ACCESS_REQUEST" /> + <protected-broadcast android:name="android.bluetooth.device.action.SDP_RECORD" /> <protected-broadcast android:name="android.bluetooth.devicepicker.action.LAUNCH" /> <protected-broadcast android:name="android.bluetooth.devicepicker.action.DEVICE_SELECTED" /> <protected-broadcast |