Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59326cbb authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am d711ef1d: am 37bf0789: Declare KEYCODE_SLEEP and KEYCODE_WAKEUP.

* commit 'd711ef1d':
  Declare KEYCODE_SLEEP and KEYCODE_WAKEUP.
parents 05fe2d1c d711ef1d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -266,6 +266,8 @@ enum {
    AKEYCODE_BRIGHTNESS_DOWN = 220,
    AKEYCODE_BRIGHTNESS_UP   = 221,
    AKEYCODE_MEDIA_AUDIO_TRACK = 222,
    AKEYCODE_SLEEP           = 223,
    AKEYCODE_WAKEUP          = 224,

    // 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.
+2 −0
Original line number Diff line number Diff line
@@ -247,6 +247,8 @@ static const KeycodeLabel KEYCODES[] = {
    { "BRIGHTNESS_DOWN", 220 },
    { "BRIGHTNESS_UP", 221 },
    { "MEDIA_AUDIO_TRACK", 222 },
    { "SLEEP", 223 },
    { "WAKEUP", 224 },

    // 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.