set Basic to use auto-download by default

This will give us a nice testing ground for how this will work for the main
build flavor.

fdroid/fdroidclient#932
This commit is contained in:
Hans-Christoph Steiner 2018-07-31 16:20:07 +02:00
parent 49e1e0bf17
commit cdf419d1fe

View File

@ -50,7 +50,7 @@
<SwitchPreference <SwitchPreference
android:title="@string/update_auto_download" android:title="@string/update_auto_download"
android:summary="@string/update_auto_download_summary" android:summary="@string/update_auto_download_summary"
android:defaultValue="false" android:defaultValue="true"
android:key="updateAutoDownload"/> android:key="updateAutoDownload"/>
<org.fdroid.fdroid.views.LiveSeekBarPreference <org.fdroid.fdroid.views.LiveSeekBarPreference
android:key="updateIntervalSeekBarPosition" android:key="updateIntervalSeekBarPosition"