Android implementation service and launch in background also if the application is died -


i trying find how enable application perform background task. use example seen here "http://saigeethamn.blogspot.fr/2009/09/android-developer-tutorial-part-9.html" , not know if how have proceed execute script permanently? how reactivated when starting mobile? how should , if can service works if force stopping application?

a big thank help

no service can work if user force stops application. force stopping puts entire app state no services, receivers, or activities can run unless user explicitly so.

if want start service when phone starts, need broadcast receiver boot_complete broadcast.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -