am 16272efb: Add ASSIST keycode.

* commit '16272efb7af0692266fecdc53b2c6d995bf397b7':
  Add ASSIST keycode.
This commit is contained in:
Jeff Brown 2012-06-15 11:57:37 -07:00 committed by Android Git Automerger
commit 0512af11f4
1 changed files with 1 additions and 0 deletions

View File

@ -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.