diff options
Diffstat (limited to 'include/ui/KeycodeLabels.h')
-rwxr-xr-x | include/ui/KeycodeLabels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h index ef2b6b33d3d0..73f5863392da 100755 --- a/include/ui/KeycodeLabels.h +++ b/include/ui/KeycodeLabels.h @@ -188,6 +188,7 @@ static const KeycodeLabel KEYCODES[] = { { "NUMPAD_EQUALS", 161 }, { "NUMPAD_LEFT_PAREN", 162 }, { "NUMPAD_RIGHT_PAREN", 163 }, + { "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. |