diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/frost_backup_rules.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/frost_backup_rules.xml b/app/src/main/res/xml/frost_backup_rules.xml new file mode 100644 index 00000000..9a1509b8 --- /dev/null +++ b/app/src/main/res/xml/frost_backup_rules.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<full-backup-content> + <exclude + domain="database" + path="Cookies.db" /> + <exclude + domain="database" + path="Cookies.db-journal" /> +</full-backup-content>
\ No newline at end of file |