Set audiostreams service exported=true with BLUETOOTH_PRIVILEGED permission.
Bug: 387887193 Change-Id: Ie80d8ad9ae3d169eda04d1f4cc87da71c34cbd44
This commit is contained in:
@@ -5477,7 +5477,8 @@
|
||||
android:name="com.android.settings.connecteddevice.audiosharing.audiostreams.AudioStreamMediaService"
|
||||
android:foregroundServiceType="mediaPlayback"
|
||||
android:enabled="true"
|
||||
android:exported="false" />
|
||||
android:exported="true"
|
||||
android:permission="android.permission.BLUETOOTH_PRIVILEGED" />
|
||||
|
||||
<!-- Once b/364771256 is fixed, add android:featureFlag="com.android.settings.flags.catalyst_service". -->
|
||||
<!-- Permission is not yet finalized, use READ_BASIC_PHONE_STATE temporarily. -->
|
||||
|
Reference in New Issue
Block a user