Where are stored the data of tags when the NfcAdapter discovers tag?

174 Views Asked by At

I have further questions:

-Where are stored the data of tags when the NfcAdapter discovers tag?

-Is it possible to get NFC chip Id of the phone (Nexus S) by software?

-Is it possible to consider website action as "Tag Discover"? I mean is it possible to do some action on a website which will do react my phone as if it has discovered tags?

1

There are 1 best solutions below

0
On

First, the data is stored on the tag. When you talk to the tag, usually an array with the response is returned by the method you used to talk. (such as tag.tranceive(byte[]))

Second, no. It is randomly generated.

Third, I don't know. I would search for other "intents" that the phone can generate. But there may be.