FrAnime Fix
This commit is contained in:
parent
f2ab3c6ee2
commit
0e49a80eea
6 changed files with 71 additions and 17 deletions
|
@ -2,21 +2,21 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<application>
|
||||
<activity
|
||||
android:name=".fr.franime.FrAnimeUrlActivity"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="true"
|
||||
android:theme="@android:style/Theme.NoDisplay"
|
||||
>
|
||||
android:name=".fr.franime.FrAnimeUrlActivity"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="true"
|
||||
android:theme="@android:style/Theme.NoDisplay"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="franime.fr"
|
||||
android:pathPattern="/anime/..*"
|
||||
/>
|
||||
android:scheme="https"
|
||||
android:host="franime.fr"
|
||||
android:pathPattern="/anime/..*"
|
||||
/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue