diff options
Diffstat (limited to 'include/android/keycodes.h')
-rw-r--r-- | include/android/keycodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android/keycodes.h b/include/android/keycodes.h index cf38d1a..1ca1332 100644 --- a/include/android/keycodes.h +++ b/include/android/keycodes.h @@ -265,6 +265,7 @@ enum { AKEYCODE_ASSIST = 219, AKEYCODE_BRIGHTNESS_DOWN = 220, AKEYCODE_BRIGHTNESS_UP = 221, + AKEYCODE_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. |