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

Commit 786efab5 authored by Michael Wright's avatar Michael Wright Committed by Android (Google) Code Review
Browse files

Merge "Temporarily remove the dpad keys from system keys."

parents 781a8387 7c1c71e2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1685,10 +1685,6 @@ public class KeyEvent extends InputEvent implements Parcelable {
            case KeyEvent.KEYCODE_BRIGHTNESS_DOWN:
            case KeyEvent.KEYCODE_BRIGHTNESS_UP:
            case KeyEvent.KEYCODE_MEDIA_AUDIO_TRACK:
            case KeyEvent.KEYCODE_DPAD_UP:
            case KeyEvent.KEYCODE_DPAD_RIGHT:
            case KeyEvent.KEYCODE_DPAD_DOWN:
            case KeyEvent.KEYCODE_DPAD_LEFT:
                return true;
        }