Export AudioSharingReceiver so that it could be launched by sysui.

Test: atest
Bug: 384405138
Flag: com.android.settingslib.flags.enable_le_audio_sharing
Change-Id: I901bee334f631e29053535c332c86d4d2fdd6279
This commit is contained in:
chelseahao
2024-12-17 12:32:49 +08:00
parent 197291dd86
commit b45f0656e5

View File

@@ -5424,7 +5424,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" />