Skip to content

Commit

Permalink
Temporarily remove the dpad keys from system keys.
Browse files Browse the repository at this point in the history
Bug: 14438911
Change-Id: Ibb58a4af89585b6e266f5236df22f0465dd17bd4
  • Loading branch information
Michael Wright authored and The Android Automerger committed May 9, 2014
1 parent ec0dae9 commit 48ee942
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/java/android/view/KeyEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -1685,10 +1685,6 @@ public static final boolean isSystemKey(int keyCode) {
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;
}

Expand Down

0 comments on commit 48ee942

Please sign in to comment.