am 5584737f
: Merge "FLAG_DISMISS_KEYGUARD should not hide status bar if secure." into jb-mr2-dev
* commit '5584737fff6350ab09fb53e6a73bbff770930727': FLAG_DISMISS_KEYGUARD should not hide status bar if secure.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user