enable user data save on delete app
This commit is contained in:
parent
86ae6d2b2b
commit
2f0b5f18e1
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:preserveLegacyExternalStorage="true"
|
android:preserveLegacyExternalStorage="true"
|
||||||
|
android:hasFragileUserData="true"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:theme="@style/Theme.App">
|
android:theme="@style/Theme.App">
|
||||||
<activity
|
<activity
|
||||||
|
|
Loading…
Reference in a new issue