【发布时间】:2014-06-05 10:40:26
【问题描述】:
我有一个问题,有可能知道我读到的解释类型标签 NFC 的代码源吗?如果是 Mifare 1k 或 Ntag203 还是其他?
protected void onNewIntent(Intent intent){
String[] techList = tag.getTechList();
for(String tech:techList) {
//I think must insert here the code
}
}
【问题讨论】: