This commit is contained in:
thefabdev 2025-03-23 21:45:14 +13:00 committed by GitHub
commit a3575818aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,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,