Explicitly set manifest attribute "hasFragileUserData" to false
This commit is contained in:
parent
338d7c25c0
commit
b56e444a74
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
android:resizeableActivity="true"
|
android:resizeableActivity="true"
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
|
android:hasFragileUserData="false"
|
||||||
tools:replace="android:theme"
|
tools:replace="android:theme"
|
||||||
tools:ignore="UnusedAttribute">
|
tools:ignore="UnusedAttribute">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue