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...
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...