Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickSettings.java +2 −2 Original line number Diff line number Diff line Loading @@ -771,8 +771,8 @@ class QuickSettings { }); mBrightnessDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); mBrightnessDialog.getWindow().addFlags( WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS); mBrightnessDialog.getWindow().getAttributes().privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; mBrightnessDialog.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND); } if (!mBrightnessDialog.isShowing()) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickSettings.java +2 −2 Original line number Diff line number Diff line Loading @@ -771,8 +771,8 @@ class QuickSettings { }); mBrightnessDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); mBrightnessDialog.getWindow().addFlags( WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS); mBrightnessDialog.getWindow().getAttributes().privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS; mBrightnessDialog.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND); } if (!mBrightnessDialog.isShowing()) { Loading