From f2ff7d9f3e706e491e3375e9da6087ec2fa85630 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Tue, 14 Jun 2011 14:38:49 -0700 Subject: Allow overlays to disable hw acceleration --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7cbc2eb39..63e3c66ad 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -67,7 +67,7 @@ android:process="@string/process" android:label="@string/application_name" android:icon="@drawable/ic_launcher_home" - android:hardwareAccelerated="true" + android:hardwareAccelerated="@bool/config_hardwareAccelerated" android:largeHeap="true">