Declare legacy support for voice actions

This commit is contained in:
Fakorede Abiola 2025-01-24 11:41:02 -06:00
parent 97bd259728
commit dd028b03ab

View file

@ -62,6 +62,12 @@
<category android:name="android.intent.category.APP_MUSIC" />
</intent-filter>
<intent-filter>
<!-- Support voice actions-->
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<!--
Signal that we can take audio of *any* format, file or content. This is important,