March 31st, 2012, 04:03 PM
|
#1 (permalink)
|
|
New Member
Thread Author (OP)
Join Date: Mar 2012
Posts: 2
Device(s):
Carrier: Not Provided
Thanks: 0
Thanked 0 Times in 0 Posts
|
NFC Getting ID?
Im trying to get the unique tag id through the nexus.
Im using
Tag myTag = (Tag) intent.getParcelableExtra(NfcAdapter.EXTRA_TAG);
and setTitle(myTag.getId());
but instead of getting a unique constant ID the id keeps changing, I want the ID on the tag itself.
How can I acheive this?
and hello everyone.
|
|
|