Skip to content

Commit f3eaabb

Browse files
adampAndroid Git Automerger
authored andcommitted
am a9fa92e: Keyguard - force showing the status bar
* commit 'a9fa92e889a9dbc94c25e4ba1d67ce24929b834f': Keyguard - force showing the status bar
2 parents e0dd7c4 + a9fa92e commit f3eaabb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

policy/src/com/android/internal/policy/impl/keyguard/KeyguardViewManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ private void maybeCreateKeyguardLocked(boolean enableScreenRotation, boolean for
168168

169169
int flags = WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN
170170
| WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR
171+
| WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN
171172
| WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER;
172173

173174
if (!mNeedsInput) {

0 commit comments

Comments
 (0)