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:
@@ -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 -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user