summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-16 18:52:04 +0400
committerAndrew Dolgov <[email protected]>2013-10-16 18:52:04 +0400
commitced4e4b089100920fe937cf4863553e504a35b90 (patch)
tree7695a53b1850cad04dfa9dbc735c8c44f50c5feb /res/xml/preferences.xml
parentd6e1597e7360859e0250d71231538c6b993cb9b4 (diff)
bump version, target api 18
make webview software layer optional
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index b098b394..7f247d92 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -162,6 +162,11 @@
</PreferenceCategory>
<PreferenceCategory android:title="@string/debugging" >
<CheckBoxPreference
+ android:defaultValue="true"
+ android:key="webview_hardware_accel"
+ android:summary="@string/accel_webview_summary"
+ android:title="@string/accel_webview_title" />
+ <CheckBoxPreference
android:defaultValue="false"
android:key="transport_debugging"
android:title="@string/transport_debugging" />