Register as music app

This commit is contained in:
ByteHamster 2021-10-30 21:16:52 +02:00
parent 345aad4148
commit e1c9a08358
1 changed files with 7 additions and 19 deletions

View File

@ -65,15 +65,14 @@
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="true"> android:exported="true">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN"/> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER"/> <action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
</intent-filter> <action android:name="android.intent.action.MUSIC_PLAYER" />
<intent-filter> <category android:name="android.intent.category.DEFAULT" />
<action android:name= <category android:name="android.intent.category.LAUNCHER" />
"android.media.action.MEDIA_PLAY_FROM_SEARCH" /> <category android:name="android.intent.category.APP_MUSIC" />
<category android:name= <category android:name="android.intent.category.DEFAULT" />
"android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
<meta-data <meta-data
@ -98,13 +97,6 @@
android:host="antennapod.org" android:host="antennapod.org"
android:pathPrefix="/deeplink/main" android:pathPrefix="/deeplink/main"
android:scheme="https" /> 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 <data
android:host="antennapod.org" android:host="antennapod.org"
android:pathPrefix="/deeplink/search" android:pathPrefix="/deeplink/search"
@ -144,11 +136,7 @@
android:exported="true"> android:exported="true">
<intent-filter> <intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/> <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>
<intent-filter>
<action android:name="de.danoeh.antennapod.FORCE_WIDGET_UPDATE"/> <action android:name="de.danoeh.antennapod.FORCE_WIDGET_UPDATE"/>
</intent-filter>
<intent-filter>
<action android:name="de.danoeh.antennapod.STOP_WIDGET_UPDATE"/> <action android:name="de.danoeh.antennapod.STOP_WIDGET_UPDATE"/>
</intent-filter> </intent-filter>
<meta-data <meta-data