Android Question Service running independently of Application

jota1010

Member
Licensed User
Longtime User
Good day,

I have a service which stores coordinates gps every 5 minutes in a database, that possibility exists that the service run even when the application has already been completed, I tried to end the application without stopping the service, but has not given results.

thanks
 
Top