mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 14:58:11 -05:00
android: Backup shared preferences where applicable
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user