TF-903: Open to other app using deeplink

This commit is contained in:
ManhNTX
2022-09-12 06:38:04 +07:00
committed by Dat H. Pham
parent 82845e0fd1
commit 2154195a66
4 changed files with 17 additions and 3 deletions
+8
View File
@@ -21,6 +21,14 @@
<category android:name="android.intent.category.APP_BROWSER" />
<data android:scheme="https" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="sms" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="tel" />
</intent>
</queries>
<application