2012-08-17 210 views
0

沒有人有任何想法如何編寫代碼來讀取空的NFC標籤?我需要使用什麼類型的意向過濾器來讀取空標籤?如果有人能提供一些示例代碼,我將不勝感激。我使用Ultralight C標籤。閱讀空的NFC標籤

+0

參考此鏈接http://stackoverflow.com/questions/5546932/how-to-read-and-write-android-nfc-tags – Abhinai 2012-08-17 08:00:08

回答

0

可以使用MifareUltralight類訪問MIFARE Ultralight標籤。更具體地說使用readPages()方法,參見示例代碼在http://developer.android.com/guide/topics/connectivity/nfc/advanced-nfc.html#read-write

添加高科技列表引用您的清單,如http://developer.android.com/guide/topics/connectivity/nfc/nfc.html#tech-disc

解釋在nfc_tech_filter.xml文件(存儲在子目錄res/xml)你把:

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 
    <tech-list> 
    <tech>android.nfc.tech.MifareUltralight</tech> 
</tech-list>