diff options
| author | 2023-01-11 09:32:34 +0000 | |
|---|---|---|
| committer | 2023-02-09 12:03:58 +0000 | |
| commit | f5ca326a6603ccdc8f578eb782a072961ac7bf1c (patch) | |
| tree | fe2afb59c49a062dbf63ff762832b11994d04e46 | |
| parent | 96a43d641507ba713eb53e3b8322bc2ce790926e (diff) | |
BQR: added protected broadcast intent
Bluetooth Quality Report is sent as an intent to App level.
Bug: 259448922
Tag: #feature
Test: compile
Change-Id: Ifac50b9c1dc9729f8371d20a3aca76bd3013fb1b
| -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 0b6b0a1350cb..81b582c5154b 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -175,6 +175,7 @@ <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> <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" /> <protected-broadcast android:name="android.bluetooth.devicepicker.action.LAUNCH" /> <protected-broadcast android:name="android.bluetooth.devicepicker.action.DEVICE_SELECTED" /> <protected-broadcast |