Please tell me how can i get the key value pressed in my app on dial pad because i wanna perform some action on behalf that key value?
Asked
Active
Viewed 62 times
0
-
1Unles you're writing a custom dialer, you can't. – Gabe Sechan Mar 08 '16 at 05:52
-
you can check `Key code constant`.... from [here](http://developer.android.com/reference/android/view/KeyEvent.html) – Iamat8 Mar 08 '16 at 05:53
-
@Mohit I am sure this is related to softkeyboard only not dialer app – SMR Mar 08 '16 at 05:57
-
i have not used till....but it also provide ` KEYCODE_X` which might be checked in dialer pad – Iamat8 Mar 08 '16 at 06:00