am 732d1a5e: am e72300ee: Turning on hardware acceleration by default for all devices

* commit '732d1a5e8f1a3512e03be3c597407757883347f1':
  Turning on hardware acceleration by default for all devices
This commit is contained in:
Michael Jurka 2011-05-24 13:39:06 -07:00 committed by Android Git Automerger
commit 6bb8a9fcd2
1 changed files with 1 additions and 1 deletions

View 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