diff options
| author | 2022-12-22 11:46:53 +0000 | |
|---|---|---|
| committer | 2022-12-28 09:01:52 +0000 | |
| commit | 4dba004a43f59462603e5ff5881bd9e8ac5fe090 (patch) | |
| tree | bc9ce3dc5ffd1b0ea0f5caa52f520dcdd840aebb | |
| parent | 5264876eca01c9cc200f14da1d499f54a68958c5 (diff) | |
Add missing HAP_CONNECTION_STATE_CHANGED intent
Bug: 263488295
Merged-In: I631d305fd843f060069cce817517aeb0f745d970
Change-Id: I631d305fd843f060069cce817517aeb0f745d970
(cherry picked from commit ef08c8a7ea9fdf34c534c317ab9073bdf3e95c3b)
| -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 d83e40cf1d67..6a80d1cb62a7 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -258,6 +258,7 @@ android:name="com.android.bluetooth.BluetoothMapContentObserver.action.MESSAGE_DELIVERY" /> <protected-broadcast android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" /> + <protected-broadcast android:name="android.bluetooth.action.HAP_CONNECTION_STATE_CHANGED" /> <protected-broadcast android:name="android.bluetooth.action.LE_AUDIO_CONNECTION_STATE_CHANGED" /> <protected-broadcast android:name="android.bluetooth.action.LE_AUDIO_ACTIVE_DEVICE_CHANGED" /> <protected-broadcast android:name="android.bluetooth.action.LE_AUDIO_CONF_CHANGED" /> |