diff options
| author | 2012-06-15 11:46:11 -0700 | |
|---|---|---|
| committer | 2012-06-15 11:46:11 -0700 | |
| commit | 16272efb7af0692266fecdc53b2c6d995bf397b7 (patch) | |
| tree | 3aa1d600d15795eedff127217b55804fe21980df | |
| parent | 2d15fcab3e3588cfddb6c7b180faecd3eccce2e5 (diff) | |
Add ASSIST keycode.
Bug: 6594275
Change-Id: I032b055207d16bfff93ee8a350c0dc52b9102926
| -rw-r--r-- | include/android/keycodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android/keycodes.h b/include/android/keycodes.h index 65ccb8d667..282e729a84 100644 --- a/include/android/keycodes.h +++ b/include/android/keycodes.h @@ -262,6 +262,7 @@ enum { AKEYCODE_YEN = 216, AKEYCODE_RO = 217, AKEYCODE_KANA = 218, + AKEYCODE_ASSIST = 219, // 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. |