Hello,
I have a test application with just one activity with a button.
Clicking on the button starts a service ("start at boot").
In the destroy event of the service I restart the service after 10 seconds.
When I kill the application using a task kiler it seems both the activity and the service are stopped and the service is not restarted after 10 seconds. What am I missing ?
Thanks !
I have a test application with just one activity with a button.
Clicking on the button starts a service ("start at boot").
In the destroy event of the service I restart the service after 10 seconds.
When I kill the application using a task kiler it seems both the activity and the service are stopped and the service is not restarted after 10 seconds. What am I missing ?
Thanks !