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
|
<application
|
||||||
android:name=".VectorApplication"
|
android:name=".VectorApplication"
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
|
android:hasFragileUserData="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:networkSecurityConfig="@xml/network_security_config"
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
|
@ -85,6 +86,7 @@
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:taskAffinity="${applicationId}.${appTaskAffinitySuffix}"
|
android:taskAffinity="${applicationId}.${appTaskAffinitySuffix}"
|
||||||
android:theme="@style/Theme.Vector.Light"
|
android:theme="@style/Theme.Vector.Light"
|
||||||
|
tools:ignore="UnusedAttribute"
|
||||||
tools:replace="android:allowBackup">
|
tools:replace="android:allowBackup">
|
||||||
|
|
||||||
<!-- No limit for screen ratio: avoid black strips -->
|
<!-- No limit for screen ratio: avoid black strips -->
|
||||||
|
|
Loading…
Reference in New Issue