Explicitly set fullBackupContent to true

An F-Droid backup should contain all the app's data.
This commit is contained in:
Daniel Martí 2016-03-05 23:27:18 +00:00
parent b534bba440
commit 80a3faa4d5

View File

@ -62,6 +62,7 @@
android:label="@string/app_name" android:label="@string/app_name"
android:description="@string/app_description" android:description="@string/app_description"
android:allowBackup="true" android:allowBackup="true"
android:fullBackupContent="true"
android:theme="@style/AppThemeLight" android:theme="@style/AppThemeLight"
android:supportsRtl="true" android:supportsRtl="true"
> >