From 80a3faa4d5d7f6f7ec3e0a9b1bbeab7f26dc9756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 5 Mar 2016 23:27:18 +0000 Subject: [PATCH] Explicitly set fullBackupContent to true An F-Droid backup should contain all the app's data. --- F-Droid/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/F-Droid/AndroidManifest.xml b/F-Droid/AndroidManifest.xml index 31b67b8c4..6f9339aeb 100644 --- a/F-Droid/AndroidManifest.xml +++ b/F-Droid/AndroidManifest.xml @@ -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" >