add custom schema for relay callback
This commit is contained in:
parent
f2a3b526f3
commit
79cf1450c1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user