I successfully bound to the service. I simply copied the aidl from the Music app into my app, and used the component package/name strings to perform the bind. As Marco points out, it's not a public api so use at your own risk.
On Feb 15, 8:08 am, Marco Nelissen <[email protected]> wrote: > On Sat, Feb 14, 2009 at 8:33 AM, [email protected] < > > [email protected]> wrote: > > > The MediaPlaybackService has exported=true but no intent filters. > > How do I create an Intent to bind to it? > > You don't :) > MediaPlaybackService is internal the music player at this point. With some > hackery you can probably bind to it, but your application would break with > the next update. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

