enable user data save on delete app

This commit is contained in:
afischerdev 2023-03-23 11:36:25 +01:00
parent 86ae6d2b2b
commit 2f0b5f18e1

View file

@ -17,6 +17,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:preserveLegacyExternalStorage="true"
android:hasFragileUserData="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.App">
<activity