Simple-Music-Player
Simple-Music-Player copied to clipboard
Support for Voice actions with Google Assistant
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 SimpleMobileTools apps were sold to ad and spyware company. Fork is here:
https://github.com/FossifyOrg