Hi everybody,
i want to write a service which logs my nfc activies. By scanning a NFC i want to jump into my service and write a file on sd-card. But I don´t want to see anything of it (no window with open NFC with ... and no Activity). Simply a notification "NFC scanned".
The programming part is not the problem. I´m not able to start a service when i scanned a NFC.
This is a part of my Manifest. (Made in the Manifest Editor)
Maybe somebody has an idea?
Thank You.
i want to write a service which logs my nfc activies. By scanning a NFC i want to jump into my service and write a file on sd-card. But I don´t want to see anything of it (no window with open NFC with ... and no Activity). Simply a notification "NFC scanned".
The programming part is not the problem. I´m not able to start a service when i scanned a NFC.
This is a part of my Manifest. (Made in the Manifest Editor)
B4X:
AddServiceText (serviceListen, <Intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
</Intent-filter>)
Maybe somebody has an idea?
Thank You.
Last edited: