Skip to content

Support for Voice actions with Google Assistant #644

Description

@Fakorede

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions