mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Merge branch 'b23tv-intent-filter' into 'master'
Add b23.tv (BiliBili) to intent filters in AndroidManifest.xml See merge request videostreaming/grayjay!161
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
<data android:host="old.bitchute.com" />
|
<data android:host="old.bitchute.com" />
|
||||||
<data android:host="open.spotify.com" />
|
<data android:host="open.spotify.com" />
|
||||||
<data android:host="music.youtube.com" />
|
<data android:host="music.youtube.com" />
|
||||||
|
<data android:host="b23.tv" />
|
||||||
<data android:pathPrefix="/" />
|
<data android:pathPrefix="/" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
<intent-filter android:autoVerify="true">
|
<intent-filter android:autoVerify="true">
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
<data android:host="old.bitchute.com" />
|
<data android:host="old.bitchute.com" />
|
||||||
<data android:host="open.spotify.com" />
|
<data android:host="open.spotify.com" />
|
||||||
<data android:host="music.youtube.com" />
|
<data android:host="music.youtube.com" />
|
||||||
|
<data android:host="b23.tv" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
<data android:host="old.bitchute.com" />
|
<data android:host="old.bitchute.com" />
|
||||||
<data android:host="open.spotify.com" />
|
<data android:host="open.spotify.com" />
|
||||||
<data android:host="music.youtube.com" />
|
<data android:host="music.youtube.com" />
|
||||||
|
<data android:host="b23.tv" />
|
||||||
<data android:pathPrefix="/" />
|
<data android:pathPrefix="/" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
<intent-filter android:autoVerify="true">
|
<intent-filter android:autoVerify="true">
|
||||||
@@ -81,6 +82,7 @@
|
|||||||
<data android:host="old.bitchute.com" />
|
<data android:host="old.bitchute.com" />
|
||||||
<data android:host="open.spotify.com" />
|
<data android:host="open.spotify.com" />
|
||||||
<data android:host="music.youtube.com" />
|
<data android:host="music.youtube.com" />
|
||||||
|
<data android:host="b23.tv" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
|||||||
Reference in New Issue
Block a user