If the BACK button is pressed when the soft keyboard is being displayed, no BACK keycode event is generated (when it's not shown, and BACK is pressed, then my View's onKeyDown()/onKeyUp() methods get called back).
Is this expected behaviour? I'm trying to catch when the IME is hidden upon BACK being pressed. I'm currently working around this in the endBatchEdit() method (I'm implementing BaseInputConnection). Any help gratefully received, as ever. Cheers James -- 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

