[Audiosharing] Add actions to AudioSharingReceiver intent filter
Test: compile Bug: 395786392 Flag: EXEMPT manifest Change-Id: Id918afe9728867df89a6f0f755520bf837fab6e0
This commit is contained in:
@@ -5538,10 +5538,14 @@
|
||||
</service>
|
||||
|
||||
<receiver android:name="com.android.settings.connecteddevice.audiosharing.AudioSharingReceiver"
|
||||
android:exported="true">
|
||||
android:permission="android.permission.BLUETOOTH_PRIVILEGED"
|
||||
android:exported="true"> <!-- Exported for SystemUI. -->
|
||||
<intent-filter>
|
||||
<action android:name="com.android.settings.action.BLUETOOTH_LE_AUDIO_SHARING_STATE_CHANGE" />
|
||||
<action android:name="com.android.settings.action.BLUETOOTH_LE_AUDIO_SHARING_STOP" />
|
||||
<action android:name="com.android.settings.action.BLUETOOTH_LE_AUDIO_SHARING_DEVICE_CONNECTED" />
|
||||
<action android:name="com.android.settings.action.BLUETOOTH_LE_AUDIO_SHARING_ADD_SOURCE" />
|
||||
<action android:name="com.android.settings.action.BLUETOOTH_LE_AUDIO_SHARING_CANCEL_NOTIF" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
|
Reference in New Issue
Block a user