Add backwards compatibility with MediaBrowserService

PiperOrigin-RevId: 409290492
This commit is contained in:
olly 2021-11-12 02:07:04 +00:00 committed by Ian Baker
parent fea552e709
commit 3b11822fa1

View File

@ -51,6 +51,7 @@
android:exported="true">
<intent-filter>
<action android:name="androidx.media3.session.MediaSessionService"/>
<action android:name="android.media.browse.MediaBrowserService"/>
</intent-filter>
</service>