summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/xml/data_extraction_rules.xml
blob: 87a5da6a452434219250f06444fb553114baae5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>

    <exclude
        domain="external"
        path="./load/" />

    <exclude
        domain="external"
        path="./log/" />

    <include
        domain="external"
        path="." />

</full-backup-content>