Search code examples
androidnfc

How to prevent other apps to read NFC tags when my app is in foreground?


I want to avoid the dialog that pops up displaying the different apps available to read a NFC Tag when my app is in foreground. Is that even possible?


Solution

  • Checkout http://developer.android.com/guide/topics/connectivity/nfc/advanced-nfc.html

    Specifically, Using the Foreground Dispatch System section