semlette / nfc_in_flutter

Cross-platform flutter plugin for reading and writing NFC tags. Not maintained anymore - not looking for new maintainer, fork instead.
MIT License
120 stars 119 forks source link

New Tag Collected NFC android #46

Closed mavbcn closed 4 years ago

mavbcn commented 4 years ago

Hello, I'm trying to read a tag , wait 2 seconds, and then write a new value to confirm an operation. The problem is that in android appears the New Tag Collected notification How can avoid this? what should I set up in the app? I have this in my androidmanifest

        <intent-filter>
            <action android:name="android.nfc.action.NDEF_DISCOVERED"/>
            <category android:name="android.intent.category.DEFAULT"/>
            <data android:mimeType="text/plain" />
        </intent-filter>    

please let me know thanks

James-A-White commented 4 years ago

I see you have closed this. Can you share your solution with us?

ghulamsabir5353 commented 3 years ago

Hey can you please share solution how to stop this "New Tag Collected" in Android