commit | 1ad08445d364218a816742a2b81bc95d45af947a | [log] [tgz] |
---|---|---|
author | Justin Ho <justinho@google.com> | Thu Jun 23 15:27:10 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 23 15:27:10 2011 -0700 |
tree | 9816765cf77c3e1eae12ed061ee14d98c27ee402 | |
parent | 2c12ed9e4b6625019f0101b02737dbe4a31be224 [diff] | |
parent | ac48d0281f723b33968c5c0b0b4db99da38c5e12 [diff] |
Merge "Turn off hardware acceleration to avoid crashes due to driver."
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9b33600..5e37d06 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -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 -->