diff options
| author | 2013-01-31 15:14:54 -0800 | |
|---|---|---|
| committer | 2013-01-31 15:14:54 -0800 | |
| commit | e85650d6032c7c66f5c1faf15399a5b7cb59bb63 (patch) | |
| tree | f36eb4f1d526d7a4bba7da699a3880a5e019d73f /include/android | |
| parent | d8d9c5b89bd4e9c2fc808e979a5e2d9e7fadcdd1 (diff) | |
Add keycodes for brightness up/down
Change-Id: I8ed56b510c46f372df0fc71e1735c72058efc677
Diffstat (limited to 'include/android')
| -rw-r--r-- | include/android/keycodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/android/keycodes.h b/include/android/keycodes.h index 282e729a84..cf38d1af48 100644 --- a/include/android/keycodes.h +++ b/include/android/keycodes.h @@ -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. |