fix: Secure storage

This commit is contained in:
Christian Pauly 2021-07-20 14:07:52 +02:00
commit 3d2d4fd23b
6 changed files with 15 additions and 3 deletions

View file

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