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

Commit b3878685 authored by Vaibhav Devmurari's avatar Vaibhav Devmurari Committed by Android (Google) Code Review
Browse files

Merge "Fix: Block opening settings app on keyguard without user auth" into udc-qpr-dev

parents 29488cf1 25b34efb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3110,7 +3110,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                }
                break;
            case KeyEvent.KEYCODE_I:
                if (firstDown && event.isMetaPressed()) {
                if (firstDown && event.isMetaPressed() && isUserSetupComplete() && !keyguardOn) {
                    showSystemSettings();
                    logKeyboardSystemsEvent(event, KeyboardLogEvent.LAUNCH_SYSTEM_SETTINGS);
                    return true;