From 2fa657c44ddb0c49ad2295e4bcafdd3afe6a766a Mon Sep 17 00:00:00 2001 From: ercross Date: Fri, 5 Feb 2021 11:44:40 +0100 Subject: [PATCH] implemented the solution suggested in https://github.com/mogol/flutter_secure_storage/issues/43 for flutter_secure_storage package --- android/app/src/main/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 209c69c..1d59cf6 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -8,7 +8,9 @@ + android:icon="@mipmap/ic_launcher" + android:allowBackup="false" + android:fullBackupContent="false">