aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-11-21 11:47:50 +0000
committerKenny Root <kenny@the-b.org>2008-11-21 11:47:50 +0000
commit37ca73ff486060433469d99954954dfc8a628a90 (patch)
tree039f8c23be05daa53a69d30f442c2abafe3f30ed /res/xml/preferences.xml
parentd923d82ffa9e85f4c64a7b403865cde90ec0635b (diff)
downloadconnectbot-37ca73ff486060433469d99954954dfc8a628a90.tar.gz
connectbot-37ca73ff486060433469d99954954dfc8a628a90.tar.bz2
connectbot-37ca73ff486060433469d99954954dfc8a628a90.zip
Added preference for Wi-Fi locking
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 ac9dd5f..8b6da2c 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -99,6 +99,13 @@
android:summary="Prevent the screen from turning off when working in a console"
android:defaultValue="true"
/>
+
+ <CheckBoxPreference
+ android:key="@string/pref_wifilock"
+ android:title="Keep Wi-Fi active"
+ android:summary="Prevent Wi-Fi from turning off when a session is active"
+ android:defaultValue="true"
+ />
</PreferenceCategory>
</PreferenceScreen> \ No newline at end of file