OSDN Git Service

Turning on hardware acceleration by default for all devices
authorMichael Jurka <mikejurka@google.com>
Mon, 23 May 2011 20:31:05 +0000 (13:31 -0700)
committerMichael Jurka <mikejurka@google.com>
Mon, 23 May 2011 20:31:51 +0000 (13:31 -0700)
(if a device isn't HW accelerated, this flag should have no effect)

AndroidManifest.xml

index 5d0f323..01e2b77 100644 (file)
@@ -67,7 +67,7 @@
         android:process="@string/process"
         android:label="@string/application_name"
         android:icon="@drawable/ic_launcher_home"
-        android:hardwareAccelerated="@bool/config_hardwareAccelerated"
+        android:hardwareAccelerated="true"
         android:largeHeap="true">
 
         <activity