Merge "Protect LE Audio Broadcasts" into sc-qpr1-dev am: f9883800a3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15843708

Change-Id: I200363440f8e7d4eaf5e3d4deff538314a178826
This commit is contained in:
Jakub Pawlowski
2021-10-05 17:54:19 +00:00
committed by Automerger Merge Worker

View File

@@ -248,6 +248,8 @@
android:name="com.android.bluetooth.BluetoothMapContentObserver.action.MESSAGE_DELIVERY" /> android:name="com.android.bluetooth.BluetoothMapContentObserver.action.MESSAGE_DELIVERY" />
<protected-broadcast <protected-broadcast
android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" /> android:name="android.bluetooth.pan.profile.action.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 <protected-broadcast
android:name="android.bluetooth.action.TETHERING_STATE_CHANGED" /> android:name="android.bluetooth.action.TETHERING_STATE_CHANGED" />
<protected-broadcast android:name="android.bluetooth.pbap.profile.action.CONNECTION_STATE_CHANGED" /> <protected-broadcast android:name="android.bluetooth.pbap.profile.action.CONNECTION_STATE_CHANGED" />