Hi!
Is there some ServiceConnection object method that can tell me whether it's registered or not, or should I i.e. use my own bool flag and set it when I call bindService, so that unbindService won't cause errors when called, if the service has not been binded before?
Thanks in advance





