happiocholloh
Lurker
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.
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.