• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android Service to read NFC tags?

dasunth

Lurker
Hi All,
I'm trying to develop a Android Service to read NFC tags from my Android device. The idea is to capture NFC tags and consume without a user interface (UI) and process the business logic in the background. Is there any possibility to read NFC tags in Android using a service as the information I found so far implies that a an activity has to register IntentFilters to receive the NFC tag data via intents ?
 
Back
Top Bottom