mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 11:11:05 +00:00
feat: allow partial urls
This commit is contained in:
@@ -394,11 +394,10 @@
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<!-- Support both schemes -->
|
||||
<data android:host="add-repo"/>
|
||||
<data android:scheme="tachiyomi"/>
|
||||
<data android:host="add-repo"/>
|
||||
<data android:scheme="aniyomi"/>
|
||||
<data android:host="add-repo"/>
|
||||
<data android:scheme="novelyomi"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user