when my blackberry App starts, it wants to get the current Backlight timeout value which setted by user, for example, 30 seconds, 1 minutes.
I've found the Backlight class in API documents. But it only has getTimeoutDefault() method, which will always return 30 seconds.
Please tell me how to do. Thanks a lot!