summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2021-10-30 23:03:20 +0200
committerGitHub <noreply@github.com>2021-10-30 23:03:20 +0200
commitb6b7a7e01bf88586aca18ae69c67fb0b298ae361 (patch)
treed21f4829c5cccbb2f1c52831a252c958feabcfd7
parent035d09da773b23a775532e506f164dc5e0875366 (diff)
parente1c9a08358b374440082a6998234cc6ae7e06e02 (diff)
downloadAntennaPod-b6b7a7e01bf88586aca18ae69c67fb0b298ae361.zip
Merge pull request #5508 from ByteHamster/register-music-app
Register as music app
-rw-r--r--app/src/main/AndroidManifest.xml26
1 files changed, 7 insertions, 19 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 7679f8068..ff0ec6873 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -66,15 +66,14 @@
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="true">
<intent-filter>
- <action android:name="android.intent.action.MAIN"/>
- <category android:name="android.intent.category.LAUNCHER"/>
- </intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
+ <action android:name="android.intent.action.MUSIC_PLAYER" />
- <intent-filter>
- <action android:name=
- "android.media.action.MEDIA_PLAY_FROM_SEARCH" />
- <category android:name=
- "android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ <category android:name="android.intent.category.APP_MUSIC" />
+ <category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data
@@ -99,13 +98,6 @@
android:host="antennapod.org"
android:pathPrefix="/deeplink/main"
android:scheme="https" />
- </intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.VIEW" />
-
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.BROWSABLE" />
-
<data
android:host="antennapod.org"
android:pathPrefix="/deeplink/search"
@@ -145,11 +137,7 @@
android:exported="true">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
- </intent-filter>
- <intent-filter>
<action android:name="de.danoeh.antennapod.FORCE_WIDGET_UPDATE"/>
- </intent-filter>
- <intent-filter>
<action android:name="de.danoeh.antennapod.STOP_WIDGET_UPDATE"/>
</intent-filter>
<meta-data