Skip to content

Commit

Permalink
don't back up data or app contents - 1 because it should not be neede…
Browse files Browse the repository at this point in the history
  • Loading branch information
irasekh3 committed Mar 31, 2020
1 parent f1f9b88 commit 8454409
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<application
android:name="io.flutter.app.FlutterApplication"
android:label="NullPass"
android:allowBackup="false"
android:fullBackupContent="false"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
Expand Down

0 comments on commit 8454409

Please sign in to comment.