Hi,
I am trying to make a SIP client, so there is not way to cancel/hang a call using END CALL button. Thank You. On Apr 23, 2:09 pm, Dianne Hackborn <[email protected]> wrote: > This isn't a problem, it is intentional -- apps can't intercept these keys. > > On Thu, Apr 23, 2009 at 1:24 AM, Reghu <[email protected]> wrote: > > > I have written a small code for listening button events like key down > > and key up, for the android. All the button events except ENDCALL and > > Home buttons are available.The KeyEvent.KEYCODE_ENDCALL and > > KeyEvent.KEYCODE_HOME is not executing when pressing the respective > > button. > > The onKeydown callback and the doespatchkeyevent functions does not > > works when pressing the endcall and the home keys. > > Could you suggest a solution for this problem as soon as possible. > > > Thanks in advance, > > Reghu > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
