Add android:hasFragileUserData="true" to the manifest. See details in #2352

This commit is contained in:
Benoit Marty 2022-06-30 14:19:04 +02:00
parent 8da88f9263
commit 52b07021a7
1 changed files with 2 additions and 0 deletions

View File

@ -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 -->