I am trying to register a receiver programmatically to get notified once an NFC tag is detected. As shown in my code I registered for the desired action and I created the br
I guess you have a mistake :
you are using intentFilter1 without action because the action is added to the intentFilter0 , try add the action to the intentFilter1 and run it.