Add android:hasFragileUserData="true" to the manifest. See details in #2352
This commit is contained in:
parent
8da88f9263
commit
52b07021a7
|
@ -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…
Reference in New Issue