Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Voice actions with Google Assistant #3087

Open
Fakorede opened this issue Feb 15, 2025 · 0 comments
Open

Support for Voice actions with Google Assistant #3087

Fakorede opened this issue Feb 15, 2025 · 0 comments

Comments

@Fakorede
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant