I am writing an app that will use the P2P part of the NFC package, and I would like no other android app possibly handel the intent generated from my tag being pushed. I want to prevent the Application Chooser from being launched. But if a user has an app that attempts to catch all tags (like a generic tag reader app), then it will show the Application Chooser.
Can I use 'android.nfc.action.NDEF_DISCOVERED' with a unique data field for my application only? or Can I use 'android.nfc.action.TECH_DISCOVERED' with a custom Tech inside the tech-list? -- 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

