Skip to content

Commit

Permalink
To overcome possible issue with auto backup on Android disable it for…
Browse files Browse the repository at this point in the history
  • Loading branch information
ycherniavskyi committed Jan 21, 2021
1 parent 00689e8 commit 711d5c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<application
android:allowBackup="false"
android:name="io.flutter.app.FlutterApplication"
android:label="WebTrit"
android:icon="@mipmap/ic_launcher">
Expand Down

0 comments on commit 711d5c3

Please sign in to comment.