JDNdeveloper / Off-By-One

CMPS 115 Project: Jayden Navarro, John Gemignani, Alex Gonzalez, Kevin Cheng, Josh Innis
0 stars 0 forks source link

Stop capturing volume buttons in mainactivity #198

Closed JDNdeveloper closed 9 years ago

JDNdeveloper commented 9 years ago

Use this resource: http://stackoverflow.com/questions/2367484/how-to-override-the-behavior-of-the-volume-buttons-in-an-android-application

Need to call super.onBackPressed when volume key is pressed.

JDNdeveloper commented 9 years ago

Fixed.