systemui: enable GL rendering of launch background

Only affect high end devices

Change-Id: I5fa2b646c2c4d4350fb4fc1042741c981ebb30bb
Signed-off-by: Erik Gilling <konkers@android.com>
This commit is contained in:
Erik Gilling
2011-08-25 10:27:52 -07:00
parent 5837dfaf65
commit 881fb2092b

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;