Hi ,
Can you use NfcAdapter.enableReaderMode() to implement this app?
Because this method already exists after android 4.4, this method is better for reading the card
https://developer.android.com/reference/android/nfc/NfcAdapter
public void enableReaderMode (Activity activity,
NfcAdapter.ReaderCallback callback,
int flags,
Bundle extras)
Hi ,
Can you use NfcAdapter.enableReaderMode() to implement this app?
Because this method already exists after android 4.4, this method is better for reading the card
https://developer.android.com/reference/android/nfc/NfcAdapter
public void enableReaderMode (Activity activity,
NfcAdapter.ReaderCallback callback,
int flags,
Bundle extras)