forked from yaso_meth/mih-project
android app linking
This commit is contained in:
@@ -48,15 +48,12 @@
|
||||
android:value="true"
|
||||
/>
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.View" />
|
||||
<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"
|
||||
android:host="app.mzansi-innovation-hub.co.za" />
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="app.mzansi-innovation-hub.co.za" />
|
||||
<data android:scheme="http" />
|
||||
<data android:scheme="https" />
|
||||
<data android:host="app.mzansi-innovation-hub.co.za" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- Don't delete the meta-data below.
|
||||
|
||||
Reference in New Issue
Block a user