I want to take overinput over the Volume Up and Down. At the moment my code is:
@Override public boolean onKeyDown(int keyCode, KeyEvent event) { Log.v(
If you handled the event, return true. If you want to allow the event to be handled by the next receiver, return false.
true
false