mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 09:07:01 +05:30
manifest: turn on full backups
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
799dd5adbe
commit
cf6ff4c315
2 changed files with 7 additions and 1 deletions
5
app/src/main/res/xml/full_backup_content.xml
Normal file
5
app/src/main/res/xml/full_backup_content.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<full-backup-content>
|
||||
<!-- Backup SQLDelight generated databases so that saved posts can be restored -->
|
||||
<include domain="root" path="databases" />
|
||||
</full-backup-content>
|
Loading…
Add table
Add a link
Reference in a new issue