Skip to content

Commit

Permalink
implemented the solution suggested in juliansteenbakker/flutter_secur…
Browse files Browse the repository at this point in the history
…e_storage#43 for flutter_secure_storage package
  • Loading branch information
ercross committed Feb 5, 2021
1 parent 62e87fe commit 2fa657c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<application
android:name="io.flutter.app.FlutterApplication"
android:label="pgsk"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:allowBackup="false"
android:fullBackupContent="false">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
Expand Down

0 comments on commit 2fa657c

Please sign in to comment.