Relative Content

Tag Archive for androidnfc

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.