set default for "keep cached apps"

There was no default set in the XML, so it just showed the default as blank

closes #719
This commit is contained in:
Hans-Christoph Steiner 2016-08-15 16:39:54 +02:00 committed by Danial Behzadi
parent 4d67298f38
commit 926c3a6c01

View File

@ -75,6 +75,7 @@
<PreferenceCategory android:title="@string/other">
<ListPreference android:title="@string/cache_downloaded"
android:key="keepCacheFor"
android:defaultValue="86400"
android:entries="@array/keepCacheNames"
android:entryValues="@array/keepCacheValues" />
<CheckBoxPreference android:title="@string/expert"