Android Tutorial Reading NDEF data from NFC tags

Alessandro71

Well-Known Member
Licensed User
Longtime User
Is it possible to start a service on a NFC intent?
Something similar to what is possible with Bluetooth:
B4X:
AddReceiverText(sBT, <intent-filter>
<action android:name="android.bluetooth.device.action.ACL_CONNECTED"/>
<action android:name="android.bluetooth.device.action.ACL_DISCONNECTED"/>
</intent-filter>)
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…