summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2015-09-16 01:44:45 +0200
committerMartin Fietz <Martin.Fietz@gmail.com>2015-09-16 01:44:45 +0200
commit17c87d9bfc1b3af594befa8356b40535267d9d0d (patch)
tree56a94b1e4b19bfe09ee4edfc402df64655b3d96b /app
parent8efb73a39e14b780cd7486d47502e7e3370fbd2a (diff)
downloadAntennaPod-17c87d9bfc1b3af594befa8356b40535267d9d0d.zip
Lockscreen background defaults to true, more detailed description, NPE fixed
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 8d7297e95..c9be65f2b 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -45,7 +45,7 @@
android:summary="@string/pref_persistNotify_sum"
android:title="@string/pref_persistNotify_title"/>
<CheckBoxPreference
- android:defaultValue="false"
+ android:defaultValue="true"
android:enabled="true"
android:key="prefLockscreenBackground"
android:summary="@string/pref_lockscreen_background_sum"