diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-13 01:16:27 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-13 01:16:27 +0200 |
commit | d0a2ac4569bb15c097ba2c542ae1748ba1edbdc1 (patch) | |
tree | f2733212c02f8816a6188c70fd0e358876b90d0e /res/xml/vpn_ipsettings.xml | |
parent | a18032550d38b3530b6488c7c845bda3132b5075 (diff) |
Config Import useable (closes issue #14)
Correct save/restore state in Basic Settings (closes issue #17)
Diffstat (limited to 'res/xml/vpn_ipsettings.xml')
-rw-r--r-- | res/xml/vpn_ipsettings.xml | 9 |
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 |