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

Commit 2ff92bb8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "keyGesture: side key single press dismisses power menu" into main

parents e9ffb633 28516eac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1605,6 +1605,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                allAppsIntent.addFlags(
                        Intent.FLAG_ACTIVITY_NEW_TASK
                                | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
                sendCloseSystemWindows(SYSTEM_DIALOG_REASON_RECENT_APPS);
                startActivityAsUser(allAppsIntent, UserHandle.CURRENT_OR_SELF);
                break;
            case SHORT_PRESS_PRIMARY_LAUNCH_TARGET_ACTIVITY: