Skip to content

Commit

Permalink
remove redundent hooktube intent from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ShareASmile authored Jul 13, 2024
1 parent a8a9cbe commit d12ba01
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,28 +215,6 @@
<data android:scheme="vnd.youtube.launch" />
</intent-filter>

<!-- Hooktube 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="http" />
<data android:scheme="https" />
<data android:host="hooktube.com" />
<data android:host="*.hooktube.com" />
<!-- video prefix -->
<data android:pathPrefix="/v/" />
<data android:pathPrefix="/embed/" />
<data android:pathPrefix="/watch" />
<!-- channel prefix -->
<data android:pathPrefix="/channel/" />
<data android:pathPrefix="/user/" />
</intent-filter>

<!-- Invidious filter -->
<intent-filter>
<action android:name="android.intent.action.VIEW" />
Expand Down

0 comments on commit d12ba01

Please sign in to comment.