align stable and unstable manifests

Changelog: changed
This commit is contained in:
Kai 2025-06-12 14:13:08 -05:00
commit 2fa9e65bee
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -38,6 +38,8 @@
<data android:host="bitchute.com" /> <data android:host="bitchute.com" />
<data android:host="www.bitchute.com" /> <data android:host="www.bitchute.com" />
<data android:host="old.bitchute.com" /> <data android:host="old.bitchute.com" />
<data android:host="open.spotify.com" />
<data android:host="music.youtube.com" />
<data android:pathPrefix="/" /> <data android:pathPrefix="/" />
</intent-filter> </intent-filter>
<intent-filter android:autoVerify="true"> <intent-filter android:autoVerify="true">
@ -67,6 +69,8 @@
<data android:host="bitchute.com" /> <data android:host="bitchute.com" />
<data android:host="www.bitchute.com" /> <data android:host="www.bitchute.com" />
<data android:host="old.bitchute.com" /> <data android:host="old.bitchute.com" />
<data android:host="open.spotify.com" />
<data android:host="music.youtube.com" />
</intent-filter> </intent-filter>
</activity> </activity>
</application> </application>

View file

@ -7,7 +7,7 @@
<application> <application>
<receiver android:name=".receivers.InstallReceiver" /> <receiver android:name=".receivers.InstallReceiver" />
<activity android:name=".activities.MainActivity" android:launchMode="singleInstance"> <activity android:name=".activities.MainActivity">
<intent-filter android:autoVerify="true"> <intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" /> <action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />