From d9d47e276f5792925adf6431789264024a27b6b4 Mon Sep 17 00:00:00 2001 From: Christopher Eby Date: Thu, 13 Oct 2011 17:43:56 -0500 Subject: [PATCH] Add disable lockscreen option --- res/values/strings.xml | 2 ++ res/xml/preferences.xml | 5 +++++ src/org/kreed/vanilla/PlaybackActivity.java | 8 ++++++++ 3 files changed, 15 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index 52372861..2de40c8d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -158,6 +158,8 @@ THE SOFTWARE. What to do when an item is tapped Miscellaneous Features + Disable Lockscreen + Do not show the lockscreen with the library screen or playback screen open. Enable Idle Timeout When active, playback will be stopped after the given period of inactivity Idle Timeout diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 8ee232f1..c28de163 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -132,6 +132,11 @@ THE SOFTWARE. android:defaultValue="0" /> +