You cannot "hide" stopping a service... all one has to do is close it from the settings. Also restarting a service after the user explicity shut it down will quickly turn users away from your application.
You can flag the service for restart after the system shuts it down by using the START_STICKY flag -- 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

