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

Commit 48ee942f authored by Michael Wright's avatar Michael Wright Committed by The Android Automerger
Browse files

Temporarily remove the dpad keys from system keys.

Bug: 14438911
Change-Id: Ibb58a4af89585b6e266f5236df22f0465dd17bd4
parent ec0dae91
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;
        }