Merge "Prevent Lockscreen album art from activating FLAG_KEEP_SCREEN_ON"

This commit is contained in:
Chris Craik
2014-03-20 02:19:53 +00:00
committed by Gerrit Code Review

View File

@ -388,6 +388,7 @@ public class KeyguardViewManager {
} else {
mWindowLayoutParams.flags &= ~WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER;
}
mWindowLayoutParams.format = show ? PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE;
mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
}