diff options
author | michaelwr <michaelwr@google.com> | 2013-07-16 01:38:36 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-07-16 01:38:36 +0000 |
commit | 174c26045c79c56acbd95f1644a72ca512c75134 (patch) | |
tree | 02e1f810fd9e21f29b6645d0a3ab3b73b2b734ef /include/input | |
parent | 0fd3bf46523b24e2a2089f75caef08ea0018ea07 (diff) | |
parent | 8d06dcf9c663cccc44318c01c13f2b3ba0001b4c (diff) | |
download | frameworks_native-174c26045c79c56acbd95f1644a72ca512c75134.zip frameworks_native-174c26045c79c56acbd95f1644a72ca512c75134.tar.gz frameworks_native-174c26045c79c56acbd95f1644a72ca512c75134.tar.bz2 |
Merge "Add a keycode to switch audio tracks (2/2)"
Diffstat (limited to 'include/input')
-rw-r--r-- | include/input/KeycodeLabels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input/KeycodeLabels.h b/include/input/KeycodeLabels.h index c76ba12..c64c5d8 100644 --- a/include/input/KeycodeLabels.h +++ b/include/input/KeycodeLabels.h @@ -246,6 +246,7 @@ static const KeycodeLabel KEYCODES[] = { { "ASSIST", 219 }, { "BRIGHTNESS_DOWN", 220 }, { "BRIGHTNESS_UP", 221 }, + { "MEDIA_AUDIO_TRACK", 222 }, // 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. |