Add back toggle to enable wifi-only downloads

This commit is contained in:
Rahul Patel
2023-10-17 06:20:17 +05:30
parent 1ce09c5c35
commit 93b8cf3455
5 changed files with 14 additions and 2 deletions

View File

@@ -41,6 +41,12 @@
app:summary="@string/pref_install_delete_summary"
app:title="@string/pref_install_delete_title" />
<SwitchPreferenceCompat
app:defaultValue="false"
app:iconSpaceReserved="false"
app:key="PREFERENCE_DOWNLOAD_WIFI_ONLY"
app:title="@string/pref_downloader_wifi_title" />
<SeekBarPreference
android:defaultValue="3"
android:key="PREFERENCE_DOWNLOAD_ACTIVE"