Merge "systemui: enable GL rendering of launch background"

This commit is contained in:
Erik Gilling
2011-08-25 11:19:49 -07:00
committed by Android (Google) Code Review

View File

@@ -58,7 +58,7 @@ public class ImageWallpaper extends WallpaperService {
private static final boolean DEBUG = false;
static final boolean FIXED_SIZED_SURFACE = true;
static final boolean USE_OPENGL = false;
static final boolean USE_OPENGL = true;
WallpaperManager mWallpaperManager;