Turning on hardware acceleration by default for all devices

(if a device isn't HW accelerated, this flag should have no effect)
This commit is contained in:
Michael Jurka 2011-05-23 13:31:05 -07:00
parent e61c6a35b2
commit e72300ee59
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
android:process="@string/process" android:process="@string/process"
android:label="@string/application_name" android:label="@string/application_name"
android:icon="@drawable/ic_launcher_home" android:icon="@drawable/ic_launcher_home"
android:hardwareAccelerated="@bool/config_hardwareAccelerated" android:hardwareAccelerated="true"
android:largeHeap="true"> android:largeHeap="true">
<activity <activity