Merge "Turn off hardware acceleration to avoid crashes due to driver."

This commit is contained in:
Justin Ho
2011-06-23 15:27:10 -07:00
committed by Android (Google) Code Review

View File

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