Allow full backup only. These was included to attempt to fix a crash with Hilt and backups.

This commit is contained in:
sictiru 2023-09-20 15:56:03 -07:00
parent 852111830c
commit ec60e7dfa1

View file

@ -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