diff options
| author | 2016-10-10 21:25:06 +0000 | |
|---|---|---|
| committer | 2016-10-10 21:25:07 +0000 | |
| commit | 5c043f51b0d585ad00cd266f6ba05fbd03cd8f4c (patch) | |
| tree | 96f43872648711b8669d9443812151ac1f913c91 | |
| parent | 546f755bf8e6b5b4e05dd4420c38e0fb55149b5a (diff) | |
| parent | b798f79ba26e057531fb51e65824e0deee445f26 (diff) | |
Merge "List HF_INDICATORS_VALUE_CHANGED broadcast as protected"
| -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 ae560f9f8779..372dc7f39da5 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -148,6 +148,8 @@ <protected-broadcast android:name="android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" /> <protected-broadcast + android:name="android.bluetooth.headset.action.HF_INDICATORS_VALUE_CHANGED" /> + <protected-broadcast android:name="android.bluetooth.headsetclient.profile.action.CONNECTION_STATE_CHANGED" /> <protected-broadcast android:name="android.bluetooth.headsetclient.profile.action.AUDIO_STATE_CHANGED" /> |