Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +6 −4 Original line number Diff line number Diff line Loading @@ -1222,10 +1222,12 @@ public class PhoneWindowManager implements WindowManagerPolicy { case LONG_PRESS_POWER_NOTHING: break; case LONG_PRESS_POWER_GLOBAL_ACTIONS: if (!mPowerKeyHandled) { mPowerKeyHandled = true; performHapticFeedback(HapticFeedbackConstants.LONG_PRESS, false, "Power - Long Press - Global Actions"); showGlobalActionsInternal(); } break; case LONG_PRESS_POWER_SHUT_OFF: case LONG_PRESS_POWER_SHUT_OFF_NO_CONFIRM: Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +6 −4 Original line number Diff line number Diff line Loading @@ -1222,10 +1222,12 @@ public class PhoneWindowManager implements WindowManagerPolicy { case LONG_PRESS_POWER_NOTHING: break; case LONG_PRESS_POWER_GLOBAL_ACTIONS: if (!mPowerKeyHandled) { mPowerKeyHandled = true; performHapticFeedback(HapticFeedbackConstants.LONG_PRESS, false, "Power - Long Press - Global Actions"); showGlobalActionsInternal(); } break; case LONG_PRESS_POWER_SHUT_OFF: case LONG_PRESS_POWER_SHUT_OFF_NO_CONFIRM: Loading