As recommended I am using a service to update my AppWidget. The service is started in onUpdate and also in onReceive upon receipt of specific intents. My question is simple: am I supposed to do anything to manage the lifecycle of that service? Should I ever stop it or do anything else explicit with it as I would, for example, with an alarm where it has to be canceled when you are done? Or will Android take care of if for me?
-- Jake Colman -- Android Tinkerer -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

