31 lines
1.6 KiB
XML
31 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
Sample data extraction rules file; uncomment and customize as necessary.
|
|
See https://developer.android.com/about/versions/12/backup-restore#xml-changes
|
|
for details.
|
|
-->
|
|
<data-extraction-rules>
|
|
<cloud-backup>
|
|
<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/"/>
|
|
</cloud-backup>
|
|
<device-transfer>
|
|
<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/"/>
|
|
</device-transfer>
|
|
</data-extraction-rules> |