Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b45f0656 authored by chelseahao's avatar chelseahao
Browse files

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
parent 197291dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />