- Forum posts: 1
Jan 27, 2016, 8:44:41 AM via Website
Jan 27, 2016 8:44:41 AM via Website
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?