mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-11 00:49:37 +00:00
Disable automatic backups through Google Play
Backups from the Google Play Store had some unintended consequences...
This commit is contained in:
parent
85bf4adc72
commit
0a31103f91
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".AegisApplication"
|
android:name=".AegisApplication"
|
||||||
android:allowBackup="true"
|
android:allowBackup="false"
|
||||||
android:icon="@mipmap/${iconName}"
|
android:icon="@mipmap/${iconName}"
|
||||||
android:label="Aegis"
|
android:label="Aegis"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue