Android Question Starter service / end on resume

wimpie3

Well-Known Member
Licensed User
Longtime User
It it possible to add a line in the starter service to let my app RESTART on resume (when the user returns to the app after doing something else)?
 

DonManfred

Expert
Licensed User
Longtime User
It will always start with resume if the app was in the background and the activity is not killed by android in the meantime.
If the activity is killed due to the fact that android needs resources then the activity will be created again.
 
Upvote 0

Similar Threads

Top