summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-13 16:09:14 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-13 16:09:14 +0100
commitbce1be54a1661c8512fa5fe24ba0ec35c4a9ff96 (patch)
tree0b80782316391075b61f2084469475ff10295ead /app/src/main/res/xml
parent31430df5989d2b3014633912be5d27485d3e3a25 (diff)
minimal effort app
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/backup_rules.xml6
-rw-r--r--app/src/main/res/xml/data_extraction_rules.xml24
2 files changed, 15 insertions, 15 deletions
diff --git a/app/src/main/res/xml/backup_rules.xml b/app/src/main/res/xml/backup_rules.xml
index fa0f996..e99ab9e 100644
--- a/app/src/main/res/xml/backup_rules.xml
+++ b/app/src/main/res/xml/backup_rules.xml
@@ -6,8 +6,8 @@
See https://developer.android.com/about/versions/12/backup-restore
-->
<full-backup-content>
- <!--
- <include domain="sharedpref" path="."/>
- <exclude domain="sharedpref" path="device.xml"/>
+ <!--
+ <include domain="sharedpref" path="."/>
+ <exclude domain="sharedpref" path="device.xml"/>
-->
</full-backup-content> \ No newline at end of file
diff --git a/app/src/main/res/xml/data_extraction_rules.xml b/app/src/main/res/xml/data_extraction_rules.xml
index 9ee9997..14c561a 100644
--- a/app/src/main/res/xml/data_extraction_rules.xml
+++ b/app/src/main/res/xml/data_extraction_rules.xml
@@ -4,16 +4,16 @@
for details.
-->
<data-extraction-rules>
- <cloud-backup>
- <!-- TODO: Use <include> and <exclude> to control what is backed up.
- <include .../>
- <exclude .../>
- -->
- </cloud-backup>
- <!--
- <device-transfer>
- <include .../>
- <exclude .../>
- </device-transfer>
- -->
+ <cloud-backup>
+ <!-- TODO: Use <include> and <exclude> to control what is backed up.
+ <include .../>
+ <exclude .../>
+ -->
+ </cloud-backup>
+ <!--
+ <device-transfer>
+ <include .../>
+ <exclude .../>
+ </device-transfer>
+ -->
</data-extraction-rules> \ No newline at end of file