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:
bachinger 2023-10-06 06:56:53 -07:00 committed by Copybara-Service
parent e5010e3d71
commit 78f403aa7b

View File

@ -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>