Thank you very much Adam.

This is indeed the way to do it, and even though I found it out just about
an hour ago, I'm still very thankful to you guys.

Regards




On Wed, May 18, 2011 at 7:40 PM, nadam <[email protected]> wrote:

> Not sure if this is what you want, but here is how you get the ID from
> the intent:
>
>  byte[] id = intent.getByteArrayExtra(NfcAdapter.EXTRA_ID);
>
> /Adam
>
> On 18 Maj, 00:19, Pierre Yaacoub <[email protected]> wrote:
> > Hello,
> >
> > I am trying to build an application that uses the new Android
> > capability of detecting RFID (NFC) tags.
> > The tags that I have are not NFC tags, that is, they are not of a
> > special type (like URI ...).
> > For my purposes, I do not care about parsing the tag data in a certain
> > way (as would be the case in some NFC tags like URI or SmartText). I
> > just need to access the bit vector that the tag sends, and use it as a
> > unique identifier.
> >
> > Is it possible to do this? That is, if the tag is an RFID tag that is
> > being detected by the phone, but isn't of any special type, can I
> > access its bit vector?
> >
> > Thank you very much
> >
> > Pierre
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to