WD:new deeplink schema added. make it compatible to link as follows:

* with https http and www
* without www and containing http or https
* only link e.g hmg.com/navigate
dev_v3.13.6_deep_link
taha.alam 7 months ago
parent 57415bd670
commit f8a66a58f8

@ -180,6 +180,9 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="hmg.com"
android:scheme="http" />
<data
android:host="www.hmg.com"
android:scheme="http" />

Loading…
Cancel
Save