Search code examples
java-memidplcdui

how to get the mobile keypad type programatically using j2me midp2.0?


I want to know the type of the mobile keypad whether it is qwerty keypad or normal keypad programatically. And based on this, I have to perform some key events of the mobile. How to get this?


Solution

  • On Nokia devices you can use the com.nokia.keyboard.type system property. More information on the link