summaryrefslogtreecommitdiffstats
path: root/include/android
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-06-15 11:46:11 -0700
committerJeff Brown <jeffbrown@google.com>2012-06-15 11:46:11 -0700
commit16272efb7af0692266fecdc53b2c6d995bf397b7 (patch)
tree3aa1d600d15795eedff127217b55804fe21980df /include/android
parent2d15fcab3e3588cfddb6c7b180faecd3eccce2e5 (diff)
downloadframeworks_native-16272efb7af0692266fecdc53b2c6d995bf397b7.zip
frameworks_native-16272efb7af0692266fecdc53b2c6d995bf397b7.tar.gz
frameworks_native-16272efb7af0692266fecdc53b2c6d995bf397b7.tar.bz2
Add ASSIST keycode.
Bug: 6594275 Change-Id: I032b055207d16bfff93ee8a350c0dc52b9102926
Diffstat (limited to 'include/android')
-rw-r--r--include/android/keycodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android/keycodes.h b/include/android/keycodes.h
index 65ccb8d..282e729 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.