compose-lobsters/android/src/main/res/xml/data_extraction_rules.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
455 B
XML
Raw Normal View History

<!--
~ Copyright © 2022-2023 Harsh Shandilya.
~ Use of this source code is governed by an MIT-style
~ license that can be found in the LICENSE file or at
~ https://opensource.org/licenses/MIT.
-->
2022-09-23 17:10:11 +05:30
<data-extraction-rules>
<cloud-backup>
<include
domain="database"
path="databases" />
</cloud-backup>
<device-transfer>
<include
domain="database"
path="databases" />
</device-transfer>
</data-extraction-rules>