deeplink增加counterfire域名支持
This commit is contained in:
parent
d000740da2
commit
d038305ab1
@ -77,6 +77,24 @@
|
||||
android:host="www.cebg.games"
|
||||
android:pathPrefix="/client" />
|
||||
</intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="http" />
|
||||
<data
|
||||
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="https" />
|
||||
<data
|
||||
android:host="www.counterfire.games"
|
||||
android:pathPrefix="/client" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
Loading…
x
Reference in New Issue
Block a user