aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/settings_cache.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/settings_cache.xml')
-rw-r--r--app/src/main/res/xml/settings_cache.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/src/main/res/xml/settings_cache.xml b/app/src/main/res/xml/settings_cache.xml
index 248572ca..76926379 100644
--- a/app/src/main/res/xml/settings_cache.xml
+++ b/app/src/main/res/xml/settings_cache.xml
@@ -40,6 +40,12 @@
android:key="wifiRequiredForDownload"
android:defaultValue="false"/>
+ <CheckBoxPreference
+ android:title="@string/settings.local_network_required_title"
+ android:summary="@string/settings.local_network_required_summary"
+ android:key="localNetworkRequiredForDownload"
+ android:defaultValue="false"/>
+
<ListPreference
android:title="@string/settings.network_timeout_title"
android:key="networkTimeout"
@@ -96,4 +102,4 @@
android:key="screenLitOnDownload"
android:defaultValue="true"/>
</PreferenceCategory>
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>