summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuyang Huang <yuyangh@google.com>2024-05-02 22:35:41 +0000
committerYuyang Huang <yuyangh@google.com>2024-05-02 22:36:08 +0000
commit9fb41f5728cf8f2fab3bde85203a3dd8c9c611e6 (patch)
treed1096e02bf0b36fa9846b044f58ac11a54547108
parente343d44ca805f9713949ed51f2edfd134ac9a9cc (diff)
downloadbase-9fb41f5728cf8f2fab3bde85203a3dd8c9c611e6.tar.gz
fix Sending non-protected broadcast android.bluetooth.device.action.KEY_MISSING
Bug: 337174893 Test: manual, connect to paired but just factory reseted headset Flag: EXEMPT, xml file change Change-Id: I3ff5698f896b7b8caee02bf2d5f7b398c6fad418
-rw-r--r--core/res/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 7bac3381193d..ee7baa171cf0 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -178,6 +178,7 @@
<protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
<protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
<protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
+ <protected-broadcast android:name="android.bluetooth.device.action.KEY_MISSING" />
<protected-broadcast android:name="android.bluetooth.device.action.SDP_RECORD" />
<protected-broadcast android:name="android.bluetooth.device.action.BATTERY_LEVEL_CHANGED" />
<protected-broadcast android:name="android.bluetooth.device.action.REMOTE_ISSUE_OCCURRED" />