Loading services/core/java/com/android/server/input/InputShellCommand.java +1 −0 Original line number Diff line number Diff line Loading @@ -472,6 +472,7 @@ public class InputShellCommand extends ShellCommand { } } } event = KeyEvent.changeTimeRepeat(event, SystemClock.uptimeMillis(), 0); injectKeyEvent(KeyEvent.changeAction(event, KeyEvent.ACTION_UP), async); } Loading Loading
services/core/java/com/android/server/input/InputShellCommand.java +1 −0 Original line number Diff line number Diff line Loading @@ -472,6 +472,7 @@ public class InputShellCommand extends ShellCommand { } } } event = KeyEvent.changeTimeRepeat(event, SystemClock.uptimeMillis(), 0); injectKeyEvent(KeyEvent.changeAction(event, KeyEvent.ACTION_UP), async); } Loading