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

Commit 48a5cbf4 authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Show recent apps on KEYCODE_RECENT_APPS"

parents 5ccb8ac2 da917490
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2901,7 +2901,9 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                }
                break;
            case KeyEvent.KEYCODE_RECENT_APPS:
                // TODO(b/261621522): Handle recents key presses
                if (down && repeatCount == 0) {
                    showRecentApps(false /* triggeredFromAltTab */);
                }
                return key_consumed;
            case KeyEvent.KEYCODE_APP_SWITCH:
                if (!keyguardOn) {