Files
android/app/src/main/res/xml/data_extraction_rules.xml

38 lines
870 B
XML

<?xml version="1.0" encoding="utf-8"?>
<data-extraction-rules>
<cloud-backup>
<exclude
domain="sharedpref"
path="." />
<exclude
domain="file"
path="." />
<exclude
domain="database"
path="." />
<exclude
domain="external"
path="." />
<exclude
domain="root"
path="." />
</cloud-backup>
<device-transfer>
<exclude
domain="sharedpref"
path="." />
<exclude
domain="file"
path="." />
<exclude
domain="database"
path="." />
<exclude
domain="external"
path="." />
<exclude
domain="root"
path="." />
</device-transfer>
</data-extraction-rules>