Disable automatic backups through Google Play

Backups from the Google Play Store had some unintended consequences...
This commit is contained in:
Michael Schättgen 2019-09-10 23:11:22 +02:00
parent 85bf4adc72
commit 0a31103f91

View file

@ -10,7 +10,7 @@
<application
android:name=".AegisApplication"
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/${iconName}"
android:label="Aegis"
android:supportsRtl="true"