From f5055ca930de2ae6e8ef54833fd3aa56d2b3828f Mon Sep 17 00:00:00 2001
From: Charles Lombardo
Date: Tue, 4 Apr 2023 21:02:31 -0400
Subject: android: Backup shared preferences where applicable
---
src/android/app/src/main/res/xml/data_extraction_rules.xml | 4 ++++
src/android/app/src/main/res/xml/data_extraction_rules_api_31.xml | 8 ++++++++
2 files changed, 12 insertions(+)
(limited to 'src/android')
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="." />
+
+
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="." />
+
+
@@ -30,6 +34,10 @@
domain="external"
path="." />
+
+
--
cgit v1.2.3