Stop allowing keeping app data on uninstall
Seems to be more trouble than it's worth since it makes the app uninstallable without manually deleting app data. Users have to go out of their way to save data into the app data folder now anyway. (cherry picked from commit 83a04da4a0819c74a8aeec265976067ecaab53c3)
This commit is contained in:
parent
a55964ee3d
commit
b16f91571d
@ -27,7 +27,6 @@
|
||||
android:name=".App"
|
||||
android:allowBackup="false"
|
||||
android:hardwareAccelerated="true"
|
||||
android:hasFragileUserData="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:largeHeap="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user