NFC deep linking
This commit is contained in:
parent
46c281d288
commit
a87e52d22c
2 changed files with 3 additions and 3 deletions
|
|
@ -59,8 +59,8 @@
|
||||||
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
|
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
|
||||||
<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" android:host="app.mzansi-innovation-hub.co.za" />
|
<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="https" 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.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: mzansi_innovation_hub
|
name: mzansi_innovation_hub
|
||||||
description: ""
|
description: ""
|
||||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
version: 1.2.2+101
|
version: 1.2.2+102
|
||||||
# version: 1.1.1+97 #--- Updated version for upgrader package testing
|
# version: 1.1.1+97 #--- Updated version for upgrader package testing
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue