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

Commit baf07b18 authored by Yiyi Shen's avatar Yiyi Shen Committed by Android (Google) Code Review
Browse files

Merge "[Audiosharing] Add actions to AudioSharingReceiver intent filter" into main

parents 1c7a5041 c5ef00c9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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>