Start Service After Force Stop
Is there any way to start service after user has manually stopped application using Settings -> application -> manage application -> our app -> Force stop. I want to re
Solution 1:
You can't do this by starting two services because force stop will close all of your services related to the particular app which you are force stopping. So start the service when user opens the app again.
Solution 2:
No, a service if Force Stopped can not be restarted automatically.
For more assistance you can go through this article:
http://www.androidguys.com/2009/09/09/diamonds-are-forever-services-are-not/
Post a Comment for "Start Service After Force Stop"