Skip to content

Commit

Permalink
intercept even more login requests
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed May 12, 2024
1 parent bb5f7ab commit 07e4000
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions composeApp/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,42 @@

<data android:scheme="myanitrack" />
</intent-filter>
<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="dantotsu" />
<data android:host="anilist" />
</intent-filter>
<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="saikou" />
<data android:host="anilist" />
</intent-filter>
<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="quanta.anilistapp" />
<data android:host="anilist-auth" />
</intent-filter>
<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="baka" />
<data android:host="auth" />
</intent-filter>
</activity>

<!-- Trigger Google Play services to install the backported photo picker module. -->
Expand Down

0 comments on commit 07e4000

Please sign in to comment.