Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-10-04 15:17:01 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-10-04 15:17:01 +0300
commit86de21f6a842c624805df91c727b8fde055e9957 (patch)
tree8900ec686340507f4e63572c4124e9a693ef846c /src/main/res
parente664a27cd00436de1dac1341650dee78dcd4912f (diff)
allow encrypted backups. fixes #4190
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/xml/backup_content.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/res/xml/backup_content.xml b/src/main/res/xml/backup_content.xml
new file mode 100644
index 000000000..863e280e4
--- /dev/null
+++ b/src/main/res/xml/backup_content.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<full-backup-content>
+ <include
+ domain="sharedpref"
+ path="."
+ requireFlags="clientSideEncryption" />
+ <include
+ domain="database"
+ path="."
+ requireFlags="clientSideEncryption" />
+</full-backup-content> \ No newline at end of file