nfc.GetTechList(si) ==> [android.nfc.tech.NfcA, android.nfc.tech.Ndef]
TagTech.Initialize("TagTech", "android.nfc.tech.NdefFormatable" , si) ==> error: java.lang.RuntimeException: Object should first be initialized (TagTechnology).
but NFC tools Can format it. then , How to clear all NdefRecord , format data area?
thanks!
TagTech.Initialize("TagTech", "android.nfc.tech.NdefFormatable" , si) ==> error: java.lang.RuntimeException: Object should first be initialized (TagTechnology).
but NFC tools Can format it. then , How to clear all NdefRecord , format data area?
thanks!
Last edited: