Skip to content

Commit

Permalink
fix securestorage usage
Browse files Browse the repository at this point in the history
backing up to drive apparently causes problems
see juliansteenbakker/flutter_secure_storage#43
  • Loading branch information
miDeb committed Sep 7, 2020
1 parent c9b7684 commit 93f1f5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<application
android:name="io.flutter.app.FlutterApplication"
android:label="@string/app_name"
android:icon="@mipmap/launcher_icon">
android:icon="@mipmap/launcher_icon"
android:allowBackup="false">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
Expand Down

0 comments on commit 93f1f5c

Please sign in to comment.