summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences_network.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences_network.xml b/app/src/main/res/xml/preferences_network.xml
index 428c891ad..34832378f 100644
--- a/app/src/main/res/xml/preferences_network.xml
+++ b/app/src/main/res/xml/preferences_network.xml
@@ -2,9 +2,15 @@
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:numberpicker="http://schemas.android.com/apk/de.danoeh.antennapod"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:search="http://schemas.android.com/apk/com.bytehamster.lib.preferencesearch">
<PreferenceCategory android:title="@string/automation">
<Preference
+ android:key="prefBatteryOptimization"
+ android:title="@string/battery_optimization_pref_title"
+ android:summary="@string/battery_optimization_pref"
+ app:isPreferenceVisible="false" />
+ <Preference
android:key="prefAutoUpdateIntervall"
android:summary="@string/feed_refresh_sum"
android:title="@string/feed_refresh_title"/>