i have a service and an activity that will connect to that service. from what i can tell --
bindService() generates a call to ServiceConnection.onServiceConnected () however, unbindService does NOT generate a call to ServiceConnection.onServiceDisconnected(). Is there a way to know when a service connection is bound and unbound (reliably) ? tia. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

