Missing MEDIA_PLAY_FROM_SEARCH intent-filter
Missing MEDIA_PLAY_FROM_SEARCH intent-filter
To support voice searches on Android Auto, you should also register an intent-filter
for the action android.media.action.MEDIA_PLAY_FROM_SEARCH
.
To do this, add `<intent-filter>` `<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />` `</intent-filter>` to your <activity>
or <service>
.
Issue id: MissingIntentFilterForMediaSearch
https://developer.android.com/training/auto/audio/index.html#support_voice
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