On Mon, Oct 15, 2012 at 6:49 AM, Seshu <[email protected]> wrote: > I have a requirement that i need to run the service > continuously even if the user force close the app
Fortunately, as of Android 3.1, this is not possible. If the user goes into Settings and clicks the Force Close button, nothing of your app will ever run again, until (and unless) the user manually launches an activity or other component of your app. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.2 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

