Is there a way to know if users press one of the two hardware volume buttons on the side of the phone?
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.
On your MainScreen or FullScreen class, override the following method:
The caveat being that this only works when your app and that screen are in the foreground. If you want to allow users to use the volume keys while your app is in the background, you’ll need to use the BlackBerry Media Actions API, which is only available on 5.0 and above.