Remove pop-up due to preinstalled Tags app, when scanning many NFC tags
My NFC functionality is in place and working. The tags have an empty Message, so I read the ID.
Android app not retrieving data when reading NFC – Android studio [duplicate]
Placing some Logs around I checked that everything is ok up until processIntent(Intent intent): no matter what, Parcelable[] rawMessage is null.
How can I make NFC Scan work on Android 13?
On Android 10, my NFC Logic works as expected and on Android 13 it does not work at all.
NFC Scan Logic does not work on Android 13
On Android 10, my NFC Logic works as expected and on Android 13 it does not work at all.
Empty tag written if NFC write fails on Android
I am trying to update the URI written onto an NFC device. I am essentially appending some value from an edittext on the Android app’s screen.
Disable programmatically NFC while my app is open
I’m trying to programmatically disable NFC while a specific screen of my app is open, but it seems that the only way to do this is to use Intents. I’m searching for a programmatically way to achieve it.
Another solution would be to prevent other apps from intercepting NFC tags while my screen is in foreground.