Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -3807,6 +3807,9 @@ public class PhoneWindowManager implements WindowManagerPolicy { } case KeyEvent.KEYCODE_POWER: { Slog.d(TAG, "interceptKeyBeforeQueueing: KEYCODE_POWER " + KeyEvent.actionToString(event.getAction()) + " mPowerKeyHandled=" + mPowerKeyHandled + " b/128933363"); // Any activity on the power button stops the accessibility shortcut cancelPendingAccessibilityShortcutAction(); result &= ~ACTION_PASS_TO_USER; Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -3807,6 +3807,9 @@ public class PhoneWindowManager implements WindowManagerPolicy { } case KeyEvent.KEYCODE_POWER: { Slog.d(TAG, "interceptKeyBeforeQueueing: KEYCODE_POWER " + KeyEvent.actionToString(event.getAction()) + " mPowerKeyHandled=" + mPowerKeyHandled + " b/128933363"); // Any activity on the power button stops the accessibility shortcut cancelPendingAccessibilityShortcutAction(); result &= ~ACTION_PASS_TO_USER; Loading