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

13 lines
527 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Targeting Android 11 or lower -->
<full-backup-content>
<!-- The following "exclude" elements are not part of the auto backup -->
<!--exclude domain="database" path="name.db" /-->
<exclude domain="root"/>
<!-- Exclude specific shared preferences that contain GCM registration Id -->
<!-- The following "include" elements are part of the auto backup -->
<include domain="sharedpref" path="."/>
<include domain="database" path="."/>
</full-backup-content>