我使用下面的代碼爲「讀」 NFC標籤: @Override
protected void onResume() {
super.onResume();
// read nfc tag....this is what will "read" the external record?
if (getIntent().hasExtra(NfcAdapter.EXTRA_
我試圖從我寫入NFC標籤的外部記錄中使用「有效載荷」值。我知道該記錄已成功寫入NFC標籤。我在「if」語句中使用「payload」值時遇到問題。我的代碼如下: protected void onResume() {
super.onResume();
// read nfc tag...IS THIS WHAT WILL "READ" THE PAYLOAD VALUE TH