How to read NDEF Msg and Records of NFC tag?
问题 I am Working with Reading NDEF Msg and Records Here I have done with Reading ID by using this public class MainActivity extends Activity { // list of NFC technologies detected: private final String[][] techList = new String[][] { new String[] { NfcA.class.getName(), NfcB.class.getName(), NfcF.class.getName(), NfcV.class.getName(), IsoDep.class.getName(), MifareClassic.class.getName(), MifareUltralight.class.getName(), Ndef.class.getName() } }; @Override protected void onCreate(Bundle