mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 15:07:05 +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
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