diff options
| author | 2024-03-15 18:51:31 +0000 | |
|---|---|---|
| committer | 2024-03-15 18:51:31 +0000 | |
| commit | 5afaf4bfc37f7730054829a959f4a9e86ada0a82 (patch) | |
| tree | 4cf415aef1c94123f037a890ec672c575e5134b1 | |
| parent | 5ed49bcb8ff7b4ff28f4f239e5cfd6b33915de8a (diff) | |
| parent | cb18757a55463db89adc9d426ff8d6847eb6aa43 (diff) | |
Merge "Bluetooth: add autoOn protected broadcast" into main am: e8c19ca501 am: cb18757a55
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3004537
Change-Id: I1cfa4b87d17e1417a8e1b7c668747c39e216d6a5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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 1b9da2063b7b..31f2d8b13794 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -154,6 +154,7 @@ <protected-broadcast android:name="android.app.backup.intent.INIT" /> <protected-broadcast android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" /> + <protected-broadcast android:name="android.bluetooth.action.AUTO_ON_STATE_CHANGED" /> <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" /> <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" /> <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" /> |