Services don't go on the task list, so I'm not sure what you are talking about. If you mean its processes is running, then yes, it probably is, until the system needs it for other things. See the application lifecycle doc for more info on this.
On Nov 10, 6:03 pm, Anshul <[EMAIL PROTECTED]> wrote: > I have a service that does a task and then call StopSelf. I see that > the OnDestroy method if the service is being called and when I try to > start a service OnCreate method is being called again. So looks like > service is being destroyed fine, but I still see my service in the > task list. > > I wanted to confirm if the services I see in the task list is just am > empty process that Android would eventually kill. Please let me know > if my understandin is incorrect. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

