Is the method Service.stopSelf() purely for saving resources (by cleaning up memory/cpu used by the service) when all work is done? If I don't call stopSelf(), my understanding is that my Service will simply stick around even though it has completed all the work. Is that correct?
Another question is. If my service spawns off a Thread to do some time consuming work (e.g. Network I/O) and I call stopSelf in the main service thread before the spawn-off Thread is done with the work, would that prevent it from completing the work? --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---