Allow overlays to disable hw acceleration

This commit is contained in:
Michael Jurka 2011-06-14 14:38:49 -07:00
parent 1dfdf234cc
commit f2ff7d9f3e
2 changed files with 2 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="true"
android:hardwareAccelerated="@bool/config_hardwareAccelerated"
android:largeHeap="true">
<activity

View File

@ -1,4 +1,5 @@
<resources>
<bool name="config_hardwareAccelerated">true</bool>
<!-- AllApps/Customize/AppsCustomize -->
<!-- Fade in/out duration of icons being dragged from the trays -->
<integer name="config_dragAppsCustomizeIconFadeInDuration">150</integer>