diff options
| author | 2016-05-03 11:14:07 -0700 | |
|---|---|---|
| committer | 2016-05-03 11:24:13 -0700 | |
| commit | 2f78bf96d20d81843a1b6013ee4d18e5ce58a206 (patch) | |
| tree | b5a816430bd31119a345cd4b6d2a50c464c3b75a | |
| parent | 344d23c0fadd9714453a2bfdebf1d1b304105acf (diff) | |
List the CONNECTION_STATE_CHANGED broadcast for MAP as protected
Bug: 28527879
Change-Id: Ifb2db87677e92022814bb9704c26009d249ac6ce
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index a93677e99f41..d7bc54d3ee48 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -178,6 +178,8 @@ <protected-broadcast android:name="android.bluetooth.input.profile.action.VIRTUAL_UNPLUG_STATUS" /> <protected-broadcast + android:name="android.bluetooth.map.profile.action.CONNECTION_STATE_CHANGED" /> + <protected-broadcast android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" /> <protected-broadcast android:name="android.bluetooth.pbap.intent.action.PBAP_STATE_CHANGED" /> <protected-broadcast android:name="android.btopp.intent.action.INCOMING_FILE_NOTIFICATION" /> |