On Jul 6, 7:58 pm, Erik Hellman <[email protected]> wrote: > On Jul 6, 7:35 pm, Mark Murphy <[email protected]> wrote: > > 3. If you use binding to implicitly start your service, Android will > > shut down the service when there is nothing else bound to it. > > ...and I don't want it to shut down because it will keep working even > after the user closes the UI.
This is probably relevant for nearly all type of music player-like apps because they need some kind of UI to get started but still need to continue playing once that UI has been exited. Is there a way around this? When you say "implicitly" are you implying that the opposite is true when "explicitly" starting a service? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

