-
-
Couldn't load subscription status.
- Fork 426
Open
Description
Enhancement Request**
Hello,
Great app! I was analyzing the source code and discovered there's missing MEDIA_PLAY_FROM_SEARCH intent-filter
which is required for adding required support for media voice actions in vehicle infotainment systems.
Proposed Solution
Declare support for this Intent filter in the app's manifest file:
<activity>
...
<intent-filter>
<action android:name=
"android.media.action.MEDIA_PLAY_FROM_SEARCH" />
<category android:name=
"android.intent.category.DEFAULT" />
</intent-filter>
...
</activity>
Additional context
Additional info here.
Metadata
Metadata
Assignees
Labels
No labels