summaryrefslogtreecommitdiff
path: root/main/src/main/res/xml/vpn_behaviour.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/res/xml/vpn_behaviour.xml')
-rw-r--r--main/src/main/res/xml/vpn_behaviour.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/main/src/main/res/xml/vpn_behaviour.xml b/main/src/main/res/xml/vpn_behaviour.xml
deleted file mode 100644
index de27b676..00000000
--- a/main/src/main/res/xml/vpn_behaviour.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<!--
- ~ Copyright (c) 2012-2014 Arne Schwabe
- ~ Distributed under the GNU GPL v2. For full terms see the file doc/LICENSE.txt
- -->
-
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- android:title="@string/client_behaviour">
-
- <CheckBoxPreference
- android:key="usePersistTun"
- 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>
-</PreferenceScreen> \ No newline at end of file