Re: [android-developers] Problem with service unbind

2010-12-11 Thread Mark Murphy
On Sat, Dec 11, 2010 at 11:38 AM, Rutton wrote: > I am working on an activity, that is connected to a local service. The > service gets started fine in the activites onResume and can be > accessed. > What I want to do is to unbind the service in the activity's onPause > method. If I do that, I get

[android-developers] Problem with service unbind

2010-12-11 Thread Rutton
Hello there, I am working on an activity, that is connected to a local service. The service gets started fine in the activites onResume and can be accessed. What I want to do is to unbind the service in the activity's onPause method. If I do that, I get an "Service not Registered" exception.