mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
android: Backup shared preferences where applicable
This commit is contained in:
parent
940dbdcff2
commit
f5055ca930
@ -13,4 +13,8 @@
|
||||
domain="external"
|
||||
path="." />
|
||||
|
||||
<include
|
||||
domain="sharedpref"
|
||||
path="." />
|
||||
|
||||
</full-backup-content>
|
||||
|
@ -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…
Reference in New Issue
Block a user