added support for youtube-nocookie.com

This commit is contained in:
Connectety-W 2019-02-09 12:30:14 +01:00
parent ce6a5ebf0a
commit ad354aca4e
No known key found for this signature in database
GPG Key ID: 8F39B4F36D48B3F8
1 changed files with 13 additions and 0 deletions

View File

@ -183,6 +183,19 @@
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:host="www.youtube-nocookie.com"/>
<data android:pathPrefix="/embed/"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH"/>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="vnd.youtube"/>
<data android:scheme="vnd.youtube.launch"/>
</intent-filter>