mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Add MEDIA_PLAY_FROM_SEARCH to manifest of session demo app
This is required to make GMS send voice commands to the app. #minor-release PiperOrigin-RevId: 571326122
This commit is contained in:
parent
e5010e3d71
commit
78f403aa7b
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
|||
<intent-filter>
|
||||
<action android:name="androidx.media3.session.MediaSessionService"/>
|
||||
<action android:name="android.media.browse.MediaBrowserService"/>
|
||||
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue