Our application uses registerMediaButtonEventReceiver() to listen to
remote control events, say from Bluetooth headset. And we call
unregisterMediaButtonEventReceiver() to remove the listener in
onPause() and onDestroy().

It works well for most of the times. However, if the process of our
App is killed explicitly, there is no chance to call
unregisterMediaButtonEventReceiver() anywhere in the App. And this
will leave a zombie receiver in the RC stack of AudioService.

Any suggestions?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to