summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-30 20:43:49 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-30 20:43:49 +0200
commitd7ec9395e2f4118a00109a3bffb9fef49bc0f583 (patch)
tree441bc96d698c2fb643a8d8642b66d6bd3586c6ae /res/xml
parentead513af3e9b408642a7ad41d2dfd2b24d78c665 (diff)
Use system proxy settings for openvpn
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/general_settings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/general_settings.xml b/res/xml/general_settings.xml
index 73b66b00..5a2be01d 100644
--- a/res/xml/general_settings.xml
+++ b/res/xml/general_settings.xml
@@ -16,6 +16,11 @@
android:key="statusafterconnect"
android:summary="@string/keppstatus_summary"
android:title="@string/keepstatus" />
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="usesystemproxy"
+ android:summary="@string/use_system_proxy_summary"
+ android:title="@string/use_system_proxy" />
<PreferenceCategory android:title="Device specifics Hacks" >
<CheckBoxPreference