diff options
Diffstat (limited to 'native/include/android/keycodes.h')
-rw-r--r-- | native/include/android/keycodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/include/android/keycodes.h b/native/include/android/keycodes.h index 3fcf977..11142537 100644 --- a/native/include/android/keycodes.h +++ b/native/include/android/keycodes.h @@ -207,7 +207,7 @@ enum { AKEYCODE_NUMPAD_EQUALS = 161, AKEYCODE_NUMPAD_LEFT_PAREN = 162, AKEYCODE_NUMPAD_RIGHT_PAREN = 163, - + AKEYCODE_VOLUME_MUTE = 164, // 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. |