From 83a04da4a0819c74a8aeec265976067ecaab53c3 Mon Sep 17 00:00:00 2001 From: arkon Date: Tue, 12 Apr 2022 17:27:00 -0400 Subject: [PATCH] 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. --- app/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f656c6fe05..8688d7f3d0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -26,7 +26,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"