Explicitly set fullBackupContent to true
An F-Droid backup should contain all the app's data.
This commit is contained in:
parent
b534bba440
commit
80a3faa4d5
@ -62,6 +62,7 @@
|
||||
android:label="@string/app_name"
|
||||
android:description="@string/app_description"
|
||||
android:allowBackup="true"
|
||||
android:fullBackupContent="true"
|
||||
android:theme="@style/AppThemeLight"
|
||||
android:supportsRtl="true"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user