aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-09-07 00:01:26 +0000
committerKenny Root <kenny@the-b.org>2009-09-07 00:01:26 +0000
commit34219a39daf6e8fa202ac00c7fa8956523c06e82 (patch)
tree65292823c87e819eb6788e3b5147a1bc45881d53 /res/xml/preferences.xml
parent0b4d3fc440319aa83e6b9e26030c883da3c23289 (diff)
downloadconnectbot-34219a39daf6e8fa202ac00c7fa8956523c06e82.tar.gz
connectbot-34219a39daf6e8fa202ac00c7fa8956523c06e82.tar.bz2
connectbot-34219a39daf6e8fa202ac00c7fa8956523c06e82.zip
Add preference to force service persistent
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@405 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index ec75d48..fb722f7 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -34,6 +34,13 @@
android:defaultValue="Daily"
/>
+ <CheckBoxPreference
+ android:key="connPersist"
+ android:title="@string/pref_conn_persist_title"
+ android:summary="@string/pref_conn_persist_summary"
+ android:defaultValue="true"
+ />
+
<PreferenceCategory
android:title="@string/pref_emulation_category">