Is it possible to disable the NFC adapter immediately after a scan within millisecs? I want to prevent duplicate scans of the same tag. I have proved though testing that the same tag can be scanned twice within millisec by hovering the phone over a tag.
I've looked at the NFC api but can't see anything that disables the adapter. My app uses the NFC statically so i don't actually use an instance of the NFC adapter class but i would change my if i could reap the benefits of disabling the adapter.