deeplink增加counterfire域名支持

This commit is contained in:
CounterFire2023 2023-07-20 11:56:05 +08:00
parent d000740da2
commit d038305ab1

View File

@ -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