mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Allow full backup only. These was included to attempt to fix a crash with Hilt and backups.
This commit is contained in:
parent
852111830c
commit
ec60e7dfa1
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
android:fullBackupContent="@xml/backupscheme"
|
||||
android:name=".NbApplication"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
android:allowBackup="true"
|
||||
android:fullBackupOnly="true"
|
||||
tools:targetApi="31">
|
||||
|
||||
<profileable
|
||||
|
|
Loading…
Add table
Reference in a new issue