ultrasonic-app-subsonic-and.../ultrasonic/src/main/res/xml/backup_rules.xml

16 lines
725 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Targeting Android 12 or higher -->
<data-extraction-rules>
<cloud-backup disableIfNoEncryptionCapabilities="true">
<!--include domain=["file" | "database" | "sharedpref" | "external" | "root"] path="string"/-->
<!--exclude domain=["file" | "database" | "sharedpref" | "external" | "root"] path="string"/-->
<exclude domain="root"/>
<include domain="sharedpref" path="."/>
<include domain="database" path="."/>
</cloud-backup>
<device-transfer>
<include domain="root"/>
<!--exclude domain=["file" | "database" | "sharedpref" | "external" | "root"] path="string"/-->
</device-transfer>
</data-extraction-rules>