[android-developers] How to receive the hardware key event

2009-11-25 Thread Jee
Hi I have a text view and launched soft keypad above it. Now what I want to do is that when the user presses the HARDWARE CLR button, the activity should receive the CLR key event. But my activity can't receive the event. Just soft keypad disappeared. Is it normal behavior? Is there any way

Re: [android-developers] How to receive the hardware key event

2009-11-25 Thread Mark Murphy
Jee wrote: Hi I have a text view and launched soft keypad above it. Now what I want to do is that when the user presses the HARDWARE CLR button, the activity should receive the CLR key event. But my activity can't receive the event. Just soft keypad disappeared. Is it normal