nfc deep linking
This commit is contained in:
@@ -47,14 +47,31 @@
|
|||||||
android:name="flutter-deeplink"
|
android:name="flutter-deeplink"
|
||||||
android:value="true"
|
android:value="true"
|
||||||
/>
|
/>
|
||||||
|
<!-- New Deep Linking -->
|
||||||
<intent-filter android:autoVerify="true">
|
<intent-filter android:autoVerify="true">
|
||||||
|
<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" />
|
||||||
|
</intent-filter>
|
||||||
|
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
|
||||||
|
<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" />
|
||||||
|
</intent-filter>
|
||||||
|
<!-- Old Deep Linking -->
|
||||||
|
<!-- <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.DEFAULT" />
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
<data android:scheme="http" />
|
<data android:scheme="http" />
|
||||||
<data android:scheme="https" />
|
<data android:scheme="https" />
|
||||||
<data android:host="app.mzansi-innovation-hub.co.za" />
|
<data android:host="app.mzansi-innovation-hub.co.za" />
|
||||||
</intent-filter>
|
</intent-filter> -->
|
||||||
</activity>
|
</activity>
|
||||||
<!-- Don't delete the meta-data below.
|
<!-- Don't delete the meta-data below.
|
||||||
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||||
|
|||||||
Reference in New Issue
Block a user