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

Android HostApduService, should it run always?

Kavi Mal

Lurker
In my application, I have my own HostApduService for receive command APDU from NFC device. When my testing phone restart or when I change the default service to my app from Android settings UI, I saw my HostApduService getting created.

If I do tap to NFC device, it will continue the process and complete. At the end it will not destroy my HostApduService.

According to this observation, I think my HostApduService should always running in the device, if my application is the default service for this. Is my assumption correct?

Thank you in advance...
 
Back
Top Bottom