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

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

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

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

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

</full-backup-content>