From 821856b67e1045038686bf10d009e802c941b2c9 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Mon, 27 Sep 2010 16:39:26 -0700 Subject: adding hardware acceleration flag to config.xml (later, this will let us turn on HW acceleration via a device-specific overlay) Change-Id: I33c957911db7ac730770b71d6644568fbfa86adf --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b10ab921e..4918aab55 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -66,7 +66,8 @@ android:name="com.android.launcher2.LauncherApplication" android:process="@string/process" android:label="@string/application_name" - android:icon="@drawable/ic_launcher_home"> + android:icon="@drawable/ic_launcher_home" + android:hardwareAccelerated="@integer/config_hardwareAccelerated">