Enable dimming for mid-range luminance wallpapeprs.

Test: Manual
Bug: 185890335
Change-Id: I3ebd778331d3daa81978f40fd8a582c38aca1d7b
This commit is contained in:
Shan Huang
2021-06-08 22:30:09 +08:00
parent 209f21d2ae
commit 5d4086908f

View File

@@ -157,7 +157,7 @@ public abstract class WallpaperService extends Service {
private static final int NOTIFY_COLORS_RATE_LIMIT_MS = 1000;
private static final boolean ENABLE_WALLPAPER_DIMMING =
SystemProperties.getBoolean("persist.debug.enable_wallpaper_dimming", false);
SystemProperties.getBoolean("persist.debug.enable_wallpaper_dimming", true);
private final ArrayList<Engine> mActiveEngines
= new ArrayList<Engine>();