Browse Source

android: Backup shared preferences where applicable

nce_cpp
Charles Lombardo 3 years ago
committed by bunnei
parent
commit
c04cc1b4f4
  1. 4
      src/android/app/src/main/res/xml/data_extraction_rules.xml
  2. 8
      src/android/app/src/main/res/xml/data_extraction_rules_api_31.xml

4
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>

8
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>
Loading…
Cancel
Save