android app linking
This commit is contained in:
parent
a1cdf3ed51
commit
44ffd894a2
3 changed files with 26 additions and 18 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue