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

php - Creating canonical URLs with custom route-classes -

mysql - Formatting problem with PHP DateTime Difference when used as part of an equation -

Mysql Local server hardware -