• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps 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.
 
Back
Top Bottom