Allow user to keep data when uninstalling

This commit is contained in:
Mygod
2020-04-22 18:51:38 -04:00
committed by GitHub
parent c827474dce
commit 755253eb36

View File

@@ -49,6 +49,7 @@
android:allowBackup="false"
android:label="@string/app_name"
android:banner="@mipmap/banner"
android:hasFragileUserData="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"