fix: Secure storage
This commit is contained in:
parent
3423565bf9
commit
3d2d4fd23b
6 changed files with 15 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue