summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-08-12 18:52:38 +0200
committerArne Schwabe <arne@rfc2549.org>2012-08-12 18:52:38 +0200
commit5e7b841c8d5111e6b63e74944903a168939ca723 (patch)
treef782a9d293893393ce9222a7fe9b29ae46ef91d9 /res/xml
parent5438e464aaf326973938fee31d91bfdd7ece8f63 (diff)
Implement starting a VPN on boot. (closes issue #62)
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/general_settings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/general_settings.xml b/res/xml/general_settings.xml
index 5a2be01d..3013963d 100644
--- a/res/xml/general_settings.xml
+++ b/res/xml/general_settings.xml
@@ -21,6 +21,11 @@
android:key="usesystemproxy"
android:summary="@string/use_system_proxy_summary"
android:title="@string/use_system_proxy" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="restartvpnonboot"
+ android:summary="@string/onbootrestartsummary"
+ android:title="@string/onbootrestart" />
<PreferenceCategory android:title="Device specifics Hacks" >
<CheckBoxPreference
@@ -35,4 +40,5 @@
android:title="@string/setting_loadtun" />
</PreferenceCategory>
+
</PreferenceScreen> \ No newline at end of file