|
|
@@ -131,6 +131,7 @@
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
|
+ <data android:scheme="http" />
|
|
|
<data android:scheme="https" />
|
|
|
<data android:host="${httpDeepLinkHost}" />
|
|
|
</intent-filter>
|
|
|
@@ -141,6 +142,7 @@
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
|
+ <data android:scheme="http" />
|
|
|
<data android:scheme="https" />
|
|
|
<data android:host="web.gami.vip" />
|
|
|
<data android:path="/user/profile" />
|
|
|
@@ -153,6 +155,7 @@
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
|
+ <data android:scheme="http" />
|
|
|
<data android:scheme="https" />
|
|
|
<data android:host="test-web.gami.vip" />
|
|
|
<data android:path="/user/profile" />
|