Hi all,

I have a simple NFC app to read a tag with a specified mineType
(https://github.com/m00sey/Readie)

I seem to be able to replicate some odd behavior

When I launch the app, scan a tag - the read happens fine
when I hit the 'home' button, rescan the tag 'sometimes' it fails to
read the tag.

I see in the log

07-19 16:17:55.627: INFO/ActivityManager(115): Starting: Intent
{ act=android.nfc.action.NDEF_DISCOVERED typ=text/foo flg=0x10000000
cmp=com.moominland.readie/.ListTags (has extras) } from pid 6314

but the condition in 'onResume'

NfcAdapter.ACTION_NDEF_DISCOVERED.equals(getIntent().getAction())

is never matched.

Has anyone seen this behavior before?

Thanks,

-- 
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