From 655fe8ad53253f22055a98df40d012b7ce048d8c Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 11 Feb 2024 18:18:05 +1300 Subject: [PATCH] Remove allowBackup=false from AndroidManifest No clue why this was specified to begin with. --- android/app/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 93509d4..c476f53 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -22,7 +22,6 @@ android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" - android:allowBackup="false" android:theme="@style/AppTheme">