Android Question StartServiceAt when app crashes or force close

Scantech

Well-Known Member
Licensed User
Longtime User
I am trying to understand the StartServiceAt behavior. I call StartServiceAt in Service Start at 30 minutes (testing at 1 minute) and when i Force Close the App the StartServiceAt is useless. It will not start the Service. So far, I know force close will not allow the Service to Restart and what about app crashing?

Do we have a workaround for this?
 

Scantech

Well-Known Member
Licensed User
Longtime User
As per Erel

This is how Android works (starting from Android 4 I think). If the user explicitly kills your app it will not be started again until the user has explicitly started it.

Old thread and i am assuming it still stands as what it says?
 
Upvote 0
Top