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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -