Merge "Add keycodes for brightness up/down"

This commit is contained in:
Michael Wright 2013-02-01 22:36:07 +00:00 committed by Android (Google) Code Review
commit cf89c76ee0
1 changed files with 2 additions and 0 deletions

View File

@ -263,6 +263,8 @@ enum {
AKEYCODE_RO = 217,
AKEYCODE_KANA = 218,
AKEYCODE_ASSIST = 219,
AKEYCODE_BRIGHTNESS_DOWN = 220,
AKEYCODE_BRIGHTNESS_UP = 221,
// NOTE: If you add a new keycode here you must also add it to several other files.
// Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list.