Merge "Export AudioSharingReceiver so that it could be launched by sysui." into main

This commit is contained in:
Chelsea Hao
2024-12-18 19:18:15 -08:00
committed by Android (Google) Code Review

View File

@@ -5440,7 +5440,7 @@
</service>
<receiver android:name="com.android.settings.connecteddevice.audiosharing.AudioSharingReceiver"
android:exported="false">
android:exported="true">
<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" />