[android-developers] Re: Media player problems with android 2.3 (gingerbread), I can't open a service connection....

2011-01-14 Thread Dennix
I'm also facing this problem. I created a costumized music widget and I use that service to control music and get track infos. It works fine on 2.1 and 2.2, but on 2.3 I can't bind to that service because it's not exported Looking manifest file in souce code I found: -- Froyo : : -- Ging

[android-developers] Re: Media player problems with android 2.3 (gingerbread), I can't open a service connection....

2011-01-14 Thread Dennix
Froyo : : - Gingerbread : : --- I don't want to make a new music playback service. So, android team, is it possible another app use that service?? //Dennix On 21 dez 2010, 06:38, Jaumard wrote: > There is no way to do this in gingerbread? > > On