summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/android/app/src/main/res/xml/data_extraction_rules.xml4
-rw-r--r--src/android/app/src/main/res/xml/data_extraction_rules_api_31.xml8
2 files changed, 12 insertions, 0 deletions
diff --git a/src/android/app/src/main/res/xml/data_extraction_rules.xml b/src/android/app/src/main/res/xml/data_extraction_rules.xml
index 87a5da6a4..c10efcf56 100644
--- a/src/android/app/src/main/res/xml/data_extraction_rules.xml
+++ b/src/android/app/src/main/res/xml/data_extraction_rules.xml
@@ -13,4 +13,8 @@
domain="external"
path="." />
+ <include
+ domain="sharedpref"
+ path="." />
+
</full-backup-content>
diff --git a/src/android/app/src/main/res/xml/data_extraction_rules_api_31.xml b/src/android/app/src/main/res/xml/data_extraction_rules_api_31.xml
index 637fc9e67..3ff6cc170 100644
--- a/src/android/app/src/main/res/xml/data_extraction_rules_api_31.xml
+++ b/src/android/app/src/main/res/xml/data_extraction_rules_api_31.xml
@@ -14,6 +14,10 @@
domain="external"
path="." />
+ <include
+ domain="sharedpref"
+ path="." />
+
</cloud-backup>
<device-transfer>
@@ -30,6 +34,10 @@
domain="external"
path="." />
+ <include
+ domain="sharedpref"
+ path="." />
+
</device-transfer>
</data-extraction-rules>