From b16f91571d695aeea3ba41f79fedc742d3e495be 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. (cherry picked from commit 83a04da4a0819c74a8aeec265976067ecaab53c3) --- 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 b11f3f7cb..12fc96ff3 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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"