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

Commit 5ffb219d authored by Chenjie Luo's avatar Chenjie Luo Committed by android-build-merger
Browse files

Merge "Add STEM_1, STEM_2 and STEM_3 key as wakeup keys" into cw-e-dev am:...

Merge "Add STEM_1, STEM_2 and STEM_3 key as wakeup keys" into cw-e-dev am: 4a577bff am: d5cea64d am: 7034a6e2
am: af8c1b8f

* commit 'af8c1b8f':
  Add STEM_1, STEM_2 and STEM_3 key as wakeup keys
parents 9297a0fb af8c1b8f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1856,6 +1856,9 @@ public class KeyEvent extends InputEvent implements Parcelable {
            case KeyEvent.KEYCODE_MENU:
            case KeyEvent.KEYCODE_WAKEUP:
            case KeyEvent.KEYCODE_PAIRING:
            case KeyEvent.KEYCODE_STEM_1:
            case KeyEvent.KEYCODE_STEM_2:
            case KeyEvent.KEYCODE_STEM_3:
                return true;
        }
        return false;