Sure, why not... On Jul 20, 6:08 am, goosedroid <[email protected]> wrote: > I have a Service which is typically bound to, but sometimes needs to > go into a mode where it should be active even if nobody is bound to > it. Therefore, startService() must be called so it can be explicitly > started & stopped. > > In my case, when exactly this should happen is best determined by the > service itself, depending on its state (after being bound to). Can the > Service (at the appropriate time) just call startService() from it's > own Context? > > Thanks
-- 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

