Merge pull request #3472 from Bnyro/master

Allow the app to being found as music player
This commit is contained in:
Bnyro 2023-04-01 16:47:52 +02:00 committed by GitHub
commit d57ce60b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,11 @@
<category android:name="android.intent.category.LEANBACK_LAUNCHER" /> <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter> </intent-filter>
<!-- allow being recognized as a music player -->
<intent-filter>
<action android:name="android.intent.action.MUSIC_PLAYER" />
<category android:name="android.intent.category.CATEGORY_APP_MUSIC" />
</intent-filter>
</activity> </activity>
<activity-alias <activity-alias