mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-28 05:37:41 +08:00
14 lines
497 B
XML
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> |