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.

  • 5. March 2015 at 10:52
    Is there any way to write a URL record to a NXP tag witch has been encrypted?

    In my AndroidMenifest..xml
    + 0  |  - 0

    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
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.