Skip to content

Commit

Permalink
Disallowing backups as these may cause potential attacks
Browse files Browse the repository at this point in the history
  • Loading branch information
jahudzik committed Oct 7, 2017
1 parent cd5bfb4 commit 8a4fb57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>

<application
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
Expand All @@ -30,4 +30,4 @@

</application>

</manifest>
</manifest>

0 comments on commit 8a4fb57

Please sign in to comment.