mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Add android:hasFragileUserData="true" to the manifest. See details in #2352
This commit is contained in:
parent
8da88f9263
commit
52b07021a7
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
<application
|
||||
android:name=".VectorApplication"
|
||||
android:allowBackup="false"
|
||||
android:hasFragileUserData="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
|
@ -85,6 +86,7 @@
|
|||
android:supportsRtl="true"
|
||||
android:taskAffinity="${applicationId}.${appTaskAffinitySuffix}"
|
||||
android:theme="@style/Theme.Vector.Light"
|
||||
tools:ignore="UnusedAttribute"
|
||||
tools:replace="android:allowBackup">
|
||||
|
||||
<!-- No limit for screen ratio: avoid black strips -->
|
||||
|
|
Loading…
Add table
Reference in a new issue