Android Question Reading NFC TAG ID for unformatted TAGS

fabio55

Member
Licensed User
Longtime User
Is there a way to read just the "tag ID" for unformatted tags? I am already able to read TAG IDS with the NFC library version 1.25 but if nothing is written the tags is not even detected... Any help? Do not say NFC is just for reading in NDEF form because I do not want to read any other information stored, only the bloody ID...Maybe the manifest? My manifest contains the following:

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>

Any help will be appreciated..:(
Fabio
 
Top