summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-04-05 03:02:31 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:49 +0200
commitf5055ca930de2ae6e8ef54833fd3aa56d2b3828f (patch)
treeef4f4e8366968e452afb4cb3c0c1c0c212d7c902
parentandroid: Enable retaining app data after uninstall (diff)
downloadyuzu-f5055ca930de2ae6e8ef54833fd3aa56d2b3828f.tar
yuzu-f5055ca930de2ae6e8ef54833fd3aa56d2b3828f.tar.gz
yuzu-f5055ca930de2ae6e8ef54833fd3aa56d2b3828f.tar.bz2
yuzu-f5055ca930de2ae6e8ef54833fd3aa56d2b3828f.tar.lz
yuzu-f5055ca930de2ae6e8ef54833fd3aa56d2b3828f.tar.xz
yuzu-f5055ca930de2ae6e8ef54833fd3aa56d2b3828f.tar.zst
yuzu-f5055ca930de2ae6e8ef54833fd3aa56d2b3828f.zip
-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>