Re: How to detect a NXP tag that is encrypted when android application running background.

Forum MIFARE SDK How to detect a NXP tag that is encrypted when android application running background. Re: How to detect a NXP tag that is encrypted when android application running background.

Re: How to detect a NXP tag that is encrypted when android application running background.

17. March 2015 at 12:03
Hi chenshang,

detecting NFC intents brings the app in the foreground (this has nothing to do with underlying library). Usually you call

disableForegroundDispatch()

when your app goes into the background and

enableForegroundDispatch()

when your app comes back into the foreground.
The kind of NFC intents you are interested you can set in the Manifest file.

Regards,
The MIFARE Team
+ 0  |  - 0