On the 1.1 platform, we were successfully getting callbacks for the
overridden method ‘onKeyDown(int keyCode, KeyEvent event)’ of an
Activity
particularly in an In-Call situation. And we were able to handle the
‘keyCode == KeyEvent.KEYCODE_CALL’ case when the call is accepted or
‘keyCode == KeyEvent.KEYCODE_ENDCALL’ case when the call is rejected
with a key press.

On the 1.5 platform we are finding that there is no call back made
through the overridden method ‘onKeyDown(int keyCode, KeyEvent event)’
of an
Activity in the same In-Call situation for either of KEYCODE_CALL or
KEYCODE_ENDCALL.

Has anyone else run into this?

Google,
Is this a bug in 1.5 or is it an intentional fix or de-support of
something Google considers as "should never have worked"?
Is there any alternative way of handling onKeyDown specifically on the
1.5 platform?

Thanks
Jay
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to