summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-13 01:16:27 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-13 01:16:27 +0200
commit9e2afc72b16125f7c365b8d600f6f5df36aa8f48 (patch)
treef2733212c02f8816a6188c70fd0e358876b90d0e /res/xml
parent5a65e0c5e80d147909acffa14b04d3c99d48de1a (diff)
Config Import useable (closes issue #14)
Correct save/restore state in Basic Settings (closes issue #17)
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/vpn_ipsettings.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/xml/vpn_ipsettings.xml b/res/xml/vpn_ipsettings.xml
index 00774b65..fe55e8b4 100644
--- a/res/xml/vpn_ipsettings.xml
+++ b/res/xml/vpn_ipsettings.xml
@@ -18,7 +18,14 @@
android:dependency="usePull"
android:dialogMessage="@string/ipv6_dialog_tile"
android:key="ipv6_address"
- android:title="@string/ipv6_address" />
+ android:title="@string/ipv6_address"
+ android:enabled="false"/>
+ <CheckBoxPreference
+ android:title="@string/no_bind"
+ android:summary="@string/nobind_summary"
+ android:persistent="false"
+ android:key="nobind" />
+
</PreferenceCategory>
<PreferenceCategory android:title="@string/dns" >
<CheckBoxPreference