On Thu, Jun 2, 2011 at 12:47 PM, Dean Brotzel <dean.brot...@gmail.com> wrote:
> Is it possible to receive a message/intent from Android for when a tag is
> removed from the smart phone's influence (much like when a tag is brought
> into to the smart phone's influence) ?

I don't think so.

> I hope I don't have to implement my own detection/presence polling.

Why do you have to poll? You can use e.g., NfcA.isConnected() to
check if the tag is still there, and cancel whatever you were about
to do. You'll get an intent if/when it is connected again.

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

Reply via email to