Files
sing-box-for-android/app/src/main/res/xml/backup_rules.xml
2024-03-14 13:57:27 +08:00

14 lines
284 B
XML

<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<include
domain="database"
path="profiles.db" />
<include
domain="database"
path="settings.db" />
<include
domain="file"
path="configs" />
</full-backup-content>