From 3fdff3c85a64eff6ef2080776323cb5c8bf2f453 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Fri, 4 Oct 2019 22:27:17 -0700 Subject: [PATCH] Allow backups of app data Setting the allowBackup option enables the app to participate in backup and restore infrastructure. --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b2e499de4..18de61be0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,7 +17,7 @@ android:required="false" />