Removing unnecessary config parameter for hw accel

Change-Id: Ibbbca9fb93319400332ba27f9cae62b1c0cc4313
This commit is contained in:
Michael Jurka 2012-06-28 13:45:33 -07:00
parent dab9b11403
commit 14c5a2cdb0
2 changed files with 1 additions and 2 deletions

View File

@ -65,7 +65,7 @@
android:name="com.android.launcher2.LauncherApplication"
android:label="@string/application_name"
android:icon="@drawable/ic_launcher_home"
android:hardwareAccelerated="@bool/config_hardwareAccelerated"
android:hardwareAccelerated="true"
android:largeHeap="@bool/config_largeHeap">
<activity
android:name="com.android.launcher2.Launcher"

View File

@ -1,5 +1,4 @@
<resources>
<bool name="config_hardwareAccelerated">true</bool>
<bool name="config_largeHeap">false</bool>
<bool name="is_large_screen">false</bool>
<bool name="allow_rotation">false</bool>