Missing MediaBrowserService intent-filter
Missing MediaBrowserService intent-filter
An Automotive Media App requires an exported service that extends android.service.media.MediaBrowserService
with an intent-filter
for the action android.media.browse.MediaBrowserService
to be able to browse and play media.
To do this, add `<intent-filter>` `<action android:name="android.media.browse.MediaBrowserService" />` `</intent-filter>` to the service that extends android.service.media.MediaBrowserService
Issue id: MissingMediaBrowserServiceIntentFilter
https://developer.android.com/training/auto/audio/index.html#config_manifest
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3 |
Plugin: | Android, 2022.3.1 Beta 2 |
Last modified: 13 July 2023