aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
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 d7fd030..825b457 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -36,5 +36,12 @@
android:singleLine="true"
/>
+ <CheckBoxPreference
+ android:key="@string/pref_keepalive"
+ android:title="Keep phone awake"
+ android:summary="Keep the screen from turning off when working in a console"
+ android:defaultValue="true"
+ />
+
</PreferenceScreen> \ No newline at end of file