Getting android.intent.action.MAIN when approaching a NFC tag
I'm trying to get this app to run on my phone, but unfortunately when I debug the onNewIntent, I'm getting the wrong one (rather than Getting android.intent.action.NDEF_DISCOVERED I get android.intent.action.MAIN). This happens both if I try to use a second phone in HCE mode as well as if I approach a NFC tag.
I don't have any idea, but I saw there's
an issue related to this problem.
Do you know how...