wildfandango Member Licensed User Longtime User Dec 21, 2015 #1 Hi all This post describe a basic sample for te NFC library. I have tried it and works fine. The sample describe ways to handle intent of NFC TAG readings.... ej: B4X: AddActivityText(main, <intent-filter> <action android:name="android.nfc.action.NDEF_DISCOVERED"/> <category android:name="android.intent.category.DEFAULT"/> <data android:mimeType="text/plain" /> </intent-filter>) But i need to capture the empty NFC tags... i have tryed this but do not work... B4X: AddActivityText(main, <intent-filter> <action android:name="android.nfc.action.NDEF_DISCOVERED"/> <action android:name="android.nfc.action.TAG_DISCOVERED"/> <action android:name="android.nfc.action.TECH_DISCOVERED"/> <category android:name="android.intent.category.DEFAULT"/> <data android:mimeType="text/plain"/> </intent-filter>) what's wrong? thx in advance....
Hi all This post describe a basic sample for te NFC library. I have tried it and works fine. The sample describe ways to handle intent of NFC TAG readings.... ej: B4X: AddActivityText(main, <intent-filter> <action android:name="android.nfc.action.NDEF_DISCOVERED"/> <category android:name="android.intent.category.DEFAULT"/> <data android:mimeType="text/plain" /> </intent-filter>) But i need to capture the empty NFC tags... i have tryed this but do not work... B4X: AddActivityText(main, <intent-filter> <action android:name="android.nfc.action.NDEF_DISCOVERED"/> <action android:name="android.nfc.action.TAG_DISCOVERED"/> <action android:name="android.nfc.action.TECH_DISCOVERED"/> <category android:name="android.intent.category.DEFAULT"/> <data android:mimeType="text/plain"/> </intent-filter>) what's wrong? thx in advance....
A aregan Member Licensed User Jun 8, 2020 #2 Hi Can you remember if you got a solution for this? I'm facing the same issue trying to detect Empty tags Upvote 0
Hi Can you remember if you got a solution for this? I'm facing the same issue trying to detect Empty tags