mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 11:07:04 +05:30
feat(android): declare backup rules
This commit is contained in:
parent
11da08a8f8
commit
a2422f9356
3 changed files with 24 additions and 1 deletions
14
android/src/main/res/xml/data_extraction_rules.xml
Normal file
14
android/src/main/res/xml/data_extraction_rules.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<data-extraction-rules>
|
||||
<cloud-backup>
|
||||
<include
|
||||
domain="database"
|
||||
path="databases" />
|
||||
</cloud-backup>
|
||||
|
||||
<device-transfer>
|
||||
<include
|
||||
domain="database"
|
||||
path="databases" />
|
||||
</device-transfer>
|
||||
</data-extraction-rules>
|
6
android/src/main/res/xml/full_backup_content.xml
Normal file
6
android/src/main/res/xml/full_backup_content.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<full-backup-content>
|
||||
<include
|
||||
domain="database"
|
||||
path="databases" />
|
||||
</full-backup-content>
|
Loading…
Add table
Add a link
Reference in a new issue