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:
parent
cd465aae2b
commit
6204a16024
@ -75,6 +75,7 @@
|
|||||||
<PreferenceCategory android:title="@string/other">
|
<PreferenceCategory android:title="@string/other">
|
||||||
<ListPreference android:title="@string/cache_downloaded"
|
<ListPreference android:title="@string/cache_downloaded"
|
||||||
android:key="keepCacheFor"
|
android:key="keepCacheFor"
|
||||||
|
android:defaultValue="86400"
|
||||||
android:entries="@array/keepCacheNames"
|
android:entries="@array/keepCacheNames"
|
||||||
android:entryValues="@array/keepCacheValues" />
|
android:entryValues="@array/keepCacheValues" />
|
||||||
<CheckBoxPreference android:title="@string/expert"
|
<CheckBoxPreference android:title="@string/expert"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user