cvzi/darkmodewallpaper

"Wallpaper & Style" (Material You) wrong lockscreen preview

Closed this issue · 0 comments

cvzi commented

Only the home screen wallpaper is shown in the "Wallpaper & Style" section in Android settings.
Android only uses one WallpaperEngine to generate one image for both previews. Therefore it is currently impossible to show both home and lockscreen wallpaper correctly.
If this were to change in the future, the detection of home or lock screen would need to be done here together with fixedConfig variable:

} else if (isPreview && (desiredMinimumWidth < width || desiredMinimumHeight < height)) {
// Material You preview in Android settings under "Wallpaper & style"
desiredWidth = width
desiredHeight = height

Ref https://issuetracker.google.com/issues/227083248