Turn off hardware acceleration to avoid crashes due to driver.

TODO: Turn this back on when driver bug is fixed.

Bug: 4883047
Change-Id: I8efb6d77035595650fff8acb8ddbd95a93fc711c
This commit is contained in:
Amith Yamasani
2011-06-23 15:24:06 -07:00
parent f61d5570ee
commit ac48d0281f

View File

@@ -54,7 +54,7 @@
<application android:label="@string/settings_label"
android:icon="@mipmap/ic_launcher_settings"
android:taskAffinity=""
android:hardwareAccelerated="true">
android:hardwareAccelerated="false">
<!-- Settings -->