Raman wrote: > Thanks for that suggestion. I'll take that but my problem is still not > solved. My problem is when Options menu is opened. > In that scenario, pressing of Call key does not call the callback > function onKeyDown() and I do not know why.
The options menu probably intercepts all keys and, for whatever reason, does not propagate the Call key to be intercepted. IMHO, this is a good thing. > I could not find a way to catch that key event, so if you have a > solution, please let me know... Don't intercept the Call key. As Megha indicated, I'm surprised it is even possible. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

