Re: [android-developers] Problem using android services

2010-07-06 Thread Mark Murphy
On Tue, Jul 6, 2010 at 7:49 AM, Abhi wrote: >    I am trying to create an application which has a service running > in the background. But i should also be able to re run the service > when i select option(Here it is a check box) from the fore ground. I > am getting Unable to instantiate service e

[android-developers] Problem using android services

2010-07-06 Thread Abhi
Hi, I am trying to create an application which has a service running in the background. But i should also be able to re run the service when i select option(Here it is a check box) from the fore ground. I am getting Unable to instantiate service error. I have called the service in my main activ