Simple-Music-Player icon indicating copy to clipboard operation
Simple-Music-Player copied to clipboard

Support for Voice actions with Google Assistant

Open Fakorede opened this issue 10 months ago • 1 comments

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.

Fakorede avatar Mar 11 '25 05:03 Fakorede

@Fakorede SimpleMobileTools apps were sold to ad and spyware company. Fork is here:

https://github.com/FossifyOrg

JimmysMaths avatar Apr 14 '25 14:04 JimmysMaths