fix: Don't allow backup of the android app

This commit is contained in:
Sorunome 2021-07-10 19:30:21 +02:00
parent 53abb0d982
commit 0046986855
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
android:name=".Application"
android:label="FluffyChat"
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true">
android:requestLegacyExternalStorage="true"
android:allowBackup="false">
<activity
android:name=".MainActivity"
android:launchMode="singleTask"