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 -~----------~----~----~----~------~----~------~--~---

