You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intent filter (way to integrate NFC and an application specific to a website/protocol)
< intent-filter>
< action android:name="android.nfc.action.NDEF_DISCOVERED"/>
< category android:name="android.intent.category.DEFAULT"/>
< data
android:host="nfc.nuage.ch"
android:scheme="https"/>
< /intent-filter>
The text was updated successfully, but these errors were encountered:
I think the NFC implementation on android could be a good source of inspiration.
http://developer.android.com/guide/topics/connectivity/nfc/nfc.html
Because you are doing something pretty similar.
The way NDEF messages are defined.
https://w3c.github.io/web-nfc/#dfn-ndef-record
Intent filter (way to integrate NFC and an application specific to a website/protocol)
< intent-filter>
< action android:name="android.nfc.action.NDEF_DISCOVERED"/>
< category android:name="android.intent.category.DEFAULT"/>
< data
android:host="nfc.nuage.ch"
android:scheme="https"/>
< /intent-filter>
The text was updated successfully, but these errors were encountered: