How to transfer plain text via Android NFC?
问题 I am new to Android NFC and developing NFC application in android. My idea is Device A need to send a plain text to Device B. Is it possible in Android NFC? I just tried with Tag Dispatcher (enableForegroundDispatch , disableForegroundDispatch) on both Reader and Writer. My Reader side code is : nfcAdapter.enableForegroundDispatch(this, pendingIntent, intentFilters, techList) override fun onNewIntent(intent: Intent?) { intent.getParcelableArrayExtra(NfcAdapter.EXTRA_NDEF_MESSAGES)?.also {