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

Commit 5584737f authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "FLAG_DISMISS_KEYGUARD should not hide status bar if secure." into jb-mr2-dev

parents 83d90b20 3733c4c2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3204,7 +3204,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                    mDismissKeyguard = mWinDismissingKeyguard == win ?
                            DISMISS_KEYGUARD_CONTINUE : DISMISS_KEYGUARD_START;
                    mWinDismissingKeyguard = win;
                    mForceStatusBarFromKeyguard = false;
                    mForceStatusBarFromKeyguard =
                            mShowingLockscreen && mKeyguardMediator.isSecure();
                }
                if ((attrs.flags & FLAG_ALLOW_LOCK_WHILE_SCREEN_ON) != 0) {
                    mAllowLockscreenWhenOn = true;