add custom schema for relay callback

This commit is contained in:
CounterFire2023 2023-10-25 17:11:41 +08:00
parent f2a3b526f3
commit 79cf1450c1

View File

@ -96,6 +96,16 @@
android:host="www.counterfire.games"
android:pathPrefix="/client" />
</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="tebg"
android:path="/relay_cb" />
</intent-filter>
</activity>
<activity