Skip to content

Commit 34aa032

Browse files
Fix invalid backup exclusion paths in data extraction rules
1 parent 61e4a59 commit 34aa032

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/src/main/res/xml/data_extraction_rules.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@
2121
<data-extraction-rules>
2222
<cloud-backup>
2323
<include domain="sharedpref" path="."/>
24-
<exclude domain="file" path="no_backup/"/>
25-
<exclude domain="database" path="."/>
2624
</cloud-backup>
2725
<device-transfer>
2826
<include domain="sharedpref" path="."/>
29-
<exclude domain="file" path="no_backup/"/>
30-
<exclude domain="database" path="."/>
3127
</device-transfer>
3228
</data-extraction-rules>

0 commit comments

Comments
 (0)