Skip to content

demo app #8

Description

@amicwall

hey @johnnyb
I installed the Android project and it compiles after adding the IMMUTABLE flag here:
PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, launchIntent, PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE);

However, when I approach my NFC card, it never detects the tag:
onNewIntent intent=Intent { flg=0x30000000 cmp=com.bplearning.ntag424demo/.MainActivity }
com.bplearning.ntag424demo D handleIncomingIntent action=null

what am I missing ?

When using the NFC tools Android app, it detects:
Tag type: ISO 14443-4, NXP Mifare DESFire
Data Format: NFC Forum Type 4

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions