修改deeplink,修正android12及以上无法直接跳转app的问题
This commit is contained in:
parent
d8ee8041d4
commit
d000740da2
@ -63,8 +63,8 @@
|
||||
<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:scheme="http"
|
||||
android:host="www.cebg.games"
|
||||
android:pathPrefix="/client" />
|
||||
</intent-filter>
|
||||
@ -72,8 +72,8 @@
|
||||
<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:scheme="https"
|
||||
android:host="www.cebg.games"
|
||||
android:pathPrefix="/client" />
|
||||
</intent-filter>
|
||||
|
Loading…
x
Reference in New Issue
Block a user