If I don't unbind a service of mine in onPause,then a back button press will cause a leaking service. if i do unbind the service in onPause, then the service doesnt leak but it stops. So how can I unbind (to prevent leaking onBackButtonPress) yet still allow the service to run (my service is startForegrounded...so I suspect a 2nd service is being created)
-- 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

