diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-11-01 15:24:01 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2010-11-02 17:31:39 -0700 |
commit | b0418da0e7594a8c2164a46985c5f1993632e010 (patch) | |
tree | f73f81b31796d4f75ef6530d1fb883fccc74031f /include/ui | |
parent | c68134b74016b82e0c49c47b89d93b2d0921cbe5 (diff) | |
download | frameworks_base-b0418da0e7594a8c2164a46985c5f1993632e010.zip frameworks_base-b0418da0e7594a8c2164a46985c5f1993632e010.tar.gz frameworks_base-b0418da0e7594a8c2164a46985c5f1993632e010.tar.bz2 |
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
Diffstat (limited to 'include/ui')
-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 ef2b6b3..73f5863 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. |