mirror of
https://github.com/thelinkin3000/SonicLair.git
synced 2026-05-24 17:00:47 -04:00
Fixed a bug where Android Auto didn't have access to the MediaBrowser
service and media control buttons
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<service
|
||||
android:name=".MediaBrowser"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.MEDIA_CONTENT_CONTROL">
|
||||
tools:ignore="ExportedService">
|
||||
<intent-filter>
|
||||
<action android:name="android.media.browse.MediaBrowserService" />
|
||||
</intent-filter>
|
||||
@@ -57,7 +57,7 @@
|
||||
android:enabled="true"
|
||||
android:foregroundServiceType="mediaPlayback"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.MEDIA_CONTENT_CONTROL">
|
||||
tools:ignore="ExportedService">
|
||||
<intent-filter>
|
||||
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
||||
Reference in New Issue
Block a user