diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-12-15 23:06:18 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-15 23:06:18 +0100 |
commit | e6bad64bdfde2be997020f22d8e5a129173140f3 (patch) | |
tree | 2b8e20d361c44f31d1270f94241baf20dd5381c6 /res/xml/vpn_obscure.xml | |
parent | 5b67397a2bdd046cc05daef3ca57ef89ba794dd1 (diff) |
Let the user control the new connect-retry(-max) logic
Diffstat (limited to 'res/xml/vpn_obscure.xml')
-rw-r--r-- | res/xml/vpn_obscure.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/xml/vpn_obscure.xml b/res/xml/vpn_obscure.xml index c99e039c..ecdd4e29 100644 --- a/res/xml/vpn_obscure.xml +++ b/res/xml/vpn_obscure.xml @@ -24,6 +24,20 @@ android:summary="@string/persisttun_summary" android:title="@string/persistent_tun_title" /> + <PreferenceCategory android:title="@string/reconnection_settings" > + <ListPreference + android:entries="@array/crm_entries" + android:entryValues="@array/crm_values" + android:key="connectretrymax" + android:persistent="false" + android:title="@string/connection_retries" /> + + <EditTextPreference + android:dialogMessage="@string/connectretrymessage" + android:key="connectretry" + android:persistent="false" + android:title="@string/connectretrywait" /> + </PreferenceCategory> <PreferenceCategory android:title="@string/custom_config_title" > <CheckBoxPreference android:key="enableCustomOptions" |