[android-developers] Re: To detect a nfc tag

2011-03-10 Thread Dominik
the pre-installed Tags aplication defines the following intents: intent-filter action android:name=android.nfc.action.TAG_DISCOVERED/ category android:name=android.intent.category.DEFAULT/ /intent-filter !-- Offer to display anything with NDEF data -- intent-filter

[android-developers] Re: To detect a nfc tag

2011-03-09 Thread Michael Roland
Hallo, since Android 2.3.3 the tag dispatching mechanism has changed to allow more complex NFC use-cases. While the demo application should still work if no other app picks up the tag, the pre-install Tags application will already pick up most (if not all) tags with higher priority. See