Files
Mealient/app/src/main/res/xml/full_backup_rules.xml
Kirill Kamakin 348b7de6cc Disable backup explicitly
I don't think it is possible to restore
encrypted shared preferences from backup.
2022-06-12 18:41:55 +02:00

8 lines
232 B
XML

<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<exclude domain="file" />
<exclude domain="database" />
<exclude domain="sharedpref" />
<exclude domain="external" />
<exclude domain="root" />
</full-backup-content>