android app linking

This commit is contained in:
2025-09-11 09:02:56 +02:00
parent a1cdf3ed51
commit 44ffd894a2
3 changed files with 26 additions and 18 deletions

View File

@@ -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.