android: Backup shared preferences where applicable

This commit is contained in:
Charles Lombardo 2023-04-04 21:02:31 -04:00 committed by bunnei
parent 940dbdcff2
commit f5055ca930
2 changed files with 12 additions and 0 deletions

View file

@ -13,4 +13,8 @@
domain="external"
path="." />
<include
domain="sharedpref"
path="." />
</full-backup-content>

View file

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