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

Commit 7377e593 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 0e385ee4: am b32785c6: Merge "More fixing for issue #5366535: Lockscreen...

am 0e385ee4: am b32785c6: Merge "More fixing for issue #5366535: Lockscreen has wrong layout..." into ics-mr0

* commit '0e385ee4':
  More fixing for issue #5366535: Lockscreen has wrong layout...
parents 2657d889 0e385ee4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3399,6 +3399,9 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                            WindowManager.LayoutParams.FLAG_DIM_BEHIND
                            | WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN);
                    mBootMsgDialog.getWindow().setDimAmount(1);
                    WindowManager.LayoutParams lp = mBootMsgDialog.getWindow().getAttributes();
                    lp.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR;
                    mBootMsgDialog.getWindow().setAttributes(lp);
                    mBootMsgDialog.setCancelable(false);
                    mBootMsgDialog.show();
                }