Files
fksar/app/src/main/res/xml/backup_rules.xml
T
2026-05-18 00:39:20 +05:00

19 lines
954 B
XML

<?xml version="1.0" encoding="utf-8"?><!--
Sample backup rules file; uncomment and customize as necessary.
See https://developer.android.com/guide/topics/data/autobackup
for details.
Note: This file is ignored for devices older than API 31
See https://developer.android.com/about/versions/12/backup-restore
-->
<full-backup-content>
<exclude domain="sharedpref" path="credential_store.xml"/>
<exclude domain="sharedpref" path="mib_prefs.xml"/>
<exclude domain="sharedpref" path="prefs.xml"/>
<exclude domain="sharedpref" path="account_cache.xml"/>
<exclude domain="sharedpref" path="contacts_cache.xml"/>
<exclude domain="sharedpref" path="financing_cache.xml"/>
<exclude domain="sharedpref" path="foreign_limits_cache.xml"/>
<exclude domain="sharedpref" path="recents_cache.xml"/>
<exclude domain="sharedpref" path="lock_attempts.xml"/>
<exclude domain="root" path="cache/"/>
</full-backup-content>