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
parent cd465aae2b
commit 6204a16024

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"