最近在研究android的nfc问题 首先再网上有很多关于android nfc 读写的问题,但是大多数都是关于Mifare Classic类型卡的读写,我百试不得骑解,于是自己写了一些程序供大家参考, 我的手机android 4.4,google Nexus4 nfc 卡的类型是:ultralight c 读取ndef关键代码: public String readNdef(Tag tag) { String result = null; Ndef ndef = Ndef.get(tag);…