I need to access a system property like ro.device.keypad (which probably can be easily seen as $ adb shell getprop | grep keypad, on the shell). I could use a hidden api, SystemProperties.get, but I don't want to.
What is the API to get the getprop value/key pairs ? -Dan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

