[android-developers] Persistent service question

2009-05-06 Thread adumitru007
Hello, I have a remote service started with startService() from a BroadcastReceiver that catches BOOTUP_COMPLETED, at phone power up. I also have a service controller with startService() and stopService() that works perfectly when no client is bound to the service. When I bind to my service from

[android-developers] Re: service permissions problem

2009-04-04 Thread adumitru007
Hello Matt, Please be kind and share the solution with us, I am having the same problem, I need android.permission.RECORD_AUDIO. Thanks a lot. On Feb 10, 7:17 am, Matt Flax wrote: > Solution found ... > > > > On Tue, Feb 10, 2009 at 12:13 PM, flatmax wrote: > > Hello, > > > I have a service w

[android-developers] Re: service permissions problem

2009-04-04 Thread adumitru007
Please be kind and share the solution. Thank you. On Feb 10, 7:17 am, Matt Flax wrote: > Solution found ... > > > > On Tue, Feb 10, 2009 at 12:13 PM, flatmax wrote: > > Hello, > > > I have a service which uses the RECORD_AUDIO permission. > > > I have set up my androidmanifest.xml file as I wou