summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_import_export.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-18 07:36:37 +0100
committerGitHub <noreply@github.com>2024-03-18 07:36:37 +0100
commit55845c46a1f25fd72de4ffc8ab73368d844375f9 (patch)
tree8ea768ae7eb1b5a317d44b58d0fb97510793a83a /app/src/main/res/xml/preferences_import_export.xml
parentd40b9ef59b422ad6ccf0e31245e9a28757e39fc1 (diff)
downloadAntennaPod-55845c46a1f25fd72de4ffc8ab73368d844375f9.zip
Optional automatic daily database backup (#6994)
Diffstat (limited to 'app/src/main/res/xml/preferences_import_export.xml')
-rw-r--r--app/src/main/res/xml/preferences_import_export.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences_import_export.xml b/app/src/main/res/xml/preferences_import_export.xml
index 383bff117..789c8c216 100644
--- a/app/src/main/res/xml/preferences_import_export.xml
+++ b/app/src/main/res/xml/preferences_import_export.xml
@@ -9,6 +9,11 @@
search:keywords="@string/import_export_search_keywords"
android:title="@string/database_export_label"
android:summary="@string/database_export_summary"/>
+ <SwitchPreferenceCompat
+ android:key="prefAutomaticDatabaseExport"
+ android:title="@string/automatic_database_export_label"
+ android:summary="@string/automatic_database_export_summary"
+ android:defaultValue="false" />
<Preference
android:key="prefDatabaseImport"
search:keywords="@string/import_export_search_keywords"