File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 32
32
<application
33
33
android : name =" .App"
34
34
android : allowBackup =" false"
35
+ android : dataExtractionRules =" @xml/data_extraction_rules"
35
36
android : banner =" @drawable/tv_banner"
36
37
android : icon =" @mipmap/ic_launcher"
37
38
android : label =" Tailscale"
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <data-extraction-rules >
3
+ <cloud-backup >
4
+ <exclude domain =" root" path =" ." />
5
+ <exclude domain =" file" path =" ." />
6
+ <exclude domain =" database" path =" ." />
7
+ <exclude domain =" sharedpref" path =" ." />
8
+ <exclude domain =" external" path =" ." />
9
+ </cloud-backup >
10
+
11
+ <device-transfer >
12
+ <exclude domain =" root" path =" ." />
13
+ <exclude domain =" file" path =" ." />
14
+ <exclude domain =" database" path =" ." />
15
+ <exclude domain =" sharedpref" path =" ." />
16
+ <exclude domain =" external" path =" ." />
17
+ </device-transfer >
18
+ </data-extraction-rules >
You can’t perform that action at this time.
0 commit comments