Tejas wrote: > I have a service running in the background. It starts on device boot.
Boooooooooooooooooo! http://www.androidguys.com/2009/09/09/diamonds-are-forever-services-are-not/ > My question is, now, if the android platform kills this activity, will > it kill my service too ? When your activity is destroyed, if you used startService(), the service will continue running. However, there is no guarantee that the service will run forever. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 2.2 Programming Books: http://commonsware.com/books -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en