I\'m trying to start a activity when my smartphone scans an NDEF message. This is my manifest:
The manifest looks pretty much ok I think. Maybe you can try adding
android:exported="true"
to the activity that should receive the NFC-scanning intent.
Are you using a NFC-tag to scan from?