From 7e5660f3e28b4a8321745e013a6a66db95c2bb3e Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 1 Nov 2010 15:24:01 -0700 Subject: Add plumbing for volume mute key. Full support for the volume mute key will be implemented in a later change. Bug: 2912307 Change-Id: I98c27d6360f159c8b7447e04b45f442eff87b38a --- include/ui/KeycodeLabels.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ui/KeycodeLabels.h') diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h index ef2b6b33d3..73f5863392 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. -- cgit v1.2.3-59-g8ed1b