java - Pressing the green key in blackberry -
I want to know that when the user presses the green key in the device, press the green key to start the phone call from the app directly. What happens when the incident is removed?
Thanks
I got an answer to be something similar in the way.
Override KeyDown:
Public Boolean KeyDown (Int kikod, int time) {if (keycode == Keypad.SEND) {// your event returns correct; } Return super. KeyDown (keycode, time); }
Comments
Post a Comment