Is it possible to handle when BlackBerry device is going standby or wake?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As one of the options you can use the SystemListener2 interface. It has a method backlightStateChange, which contains the “true” if the backlight is turned on, and “false” – otherwise.
This is not exactly what question is about, but can be used in some way.