SmsForwarder/app/src/main/res/xml/backup_descriptor.xml
2022-01-21 00:23:24 +08:00

14 lines
497 B
XML

<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<!-- TODO Remove the following "exclude" elements to make them a part of the auto backup -->
<exclude
domain="database"
path="sms_forwarder.db" />
<!-- Exclude the shared preferences file that contains the GCM registrationId -->
<exclude
domain="sharedpref"
path="forwarder_config.xml" />
<exclude
domain="sharedpref"
path="forwarder_msg.xml" />
</full-backup-content>