Hi
Have an app that starts a service in intervals.
I have choosen to kill the service, the upcoming schedules and the app when the user clicks the back button. This I do with UserClosed=True
If the user clicks the home button - everything is just kept alive and the scheduled service will fire then the time comes.
But I'm worried what happens if Android would kill the app.
Then I guess my scheduled service will fire when the time comes, is this possible to prevent.
I mean, can I catch the event when Android kill the app?
Regards
Bergapappa
Have an app that starts a service in intervals.
I have choosen to kill the service, the upcoming schedules and the app when the user clicks the back button. This I do with UserClosed=True
If the user clicks the home button - everything is just kept alive and the scheduled service will fire then the time comes.
But I'm worried what happens if Android would kill the app.
Then I guess my scheduled service will fire when the time comes, is this possible to prevent.
I mean, can I catch the event when Android kill the app?
Regards
Bergapappa