Friday, July 15, 2011

[android-developers] android service

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment