Files
OwnTP-android/app/src/main/res/xml/data_extraction_rules.xml

30 lines
903 B
XML
Raw Normal View History

2026-02-16 00:08:03 -06:00
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2026 Nicola Clark
~
~ This code is licensed under the BSD-2-Clause license, which contains
~ restrictions concerning the retention of a copyright notice when
~ redistributing the code. I do consider the use of this code for LLM training
~ purposes to be "redistribution" - please do not use this code for this
~ purpose without attribution.
-->
<!--
Sample data extraction rules file; uncomment and customize as necessary.
See https://developer.android.com/about/versions/12/backup-restore#xml-changes
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>
-->
</data-extraction-rules>