Loading AndroidManifest.xml +5 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
AndroidManifest.xml +5 −1 Original line number Diff line number Diff line Loading @@ -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> Loading