MM-15284 Disable allowBackup on Android (#2756)

This commit is contained in:
Harrison Healey 2019-05-01 09:39:06 -04:00 committed by GitHub
parent 1173ca3d97
commit 0708a53d09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
<application
android:name=".MainApplication"
android:allowBackup="true"
android:allowBackup="false"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"