Currently the API can only read NFC Ndef formatted tags. For the vast majority of us, this is completely useless. Commit 11b075e218b9921a953eeebe73fcd1a8a81f764b hide most of the useful NFC APIs for communicating with popular cards (Mifare 1K/4K/Ultralight/Desfire). The code may be untested by internal Google staff, but is there any way that they'll introduce a public beta of these functions for all of us who purchased Nexus S devices, and want to get our hands on the NFC APIs. Specifically I want access to the NfcAdapter.createRawTagConnection, RawTagConnection.transceive, and IP2pTarget so, I can emulate a card.
At the moment, the only way to do this is using Java reflection, but that's just creating problems for everyone. -- 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

