mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-11 02:29:31 +00:00
align stable and unstable manifests
Changelog: changed
This commit is contained in:
parent
13100dc38d
commit
2fa9e65bee
2 changed files with 5 additions and 1 deletions
|
@ -38,6 +38,8 @@
|
|||
<data android:host="bitchute.com" />
|
||||
<data android:host="www.bitchute.com" />
|
||||
<data android:host="old.bitchute.com" />
|
||||
<data android:host="open.spotify.com" />
|
||||
<data android:host="music.youtube.com" />
|
||||
<data android:pathPrefix="/" />
|
||||
</intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
|
@ -67,6 +69,8 @@
|
|||
<data android:host="bitchute.com" />
|
||||
<data android:host="www.bitchute.com" />
|
||||
<data android:host="old.bitchute.com" />
|
||||
<data android:host="open.spotify.com" />
|
||||
<data android:host="music.youtube.com" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<application>
|
||||
<receiver android:name=".receivers.InstallReceiver" />
|
||||
|
||||
<activity android:name=".activities.MainActivity" android:launchMode="singleInstance">
|
||||
<activity android:name=".activities.MainActivity">
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue