diff options
author | Jack He <siyuanh@google.com> | 2016-10-11 03:28:06 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-10-11 03:28:06 +0000 |
commit | 4d74ff91aa2cd6ae4c40b26eaedd1941c49c251c (patch) | |
tree | 5fc78f4d6138c73749916dcfce9db3ffbfe7c032 | |
parent | 660ad176e96b4baa614eab529b8d356a9349d20c (diff) | |
parent | 0bba1c620b2fc65f9809a619042e75597075d431 (diff) |
List HF_INDICATORS_VALUE_CHANGED broadcast as protected
am: 0bba1c620b
Change-Id: I313d3f300ba0f0273f7f391a0c0dd0abcb4d120d
-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 a2759bacb2f8..b145f71e9148 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -149,6 +149,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" /> |