SubwayTooter-Android-App/app/src/main/res/xml/data_extraction_rules.xml

14 lines
349 B
XML

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