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.
This commit is contained in:
arkon 2022-04-12 17:27:00 -04:00 committed by Jays2Kings
parent b808af1fdd
commit a738868a24

View file

@ -28,7 +28,6 @@
android:allowBackup="true"
android:fullBackupContent="@xml/backup_rules"
android:preserveLegacyExternalStorage="true"
android:hasFragileUserData="true"
android:hardwareAccelerated="true"
android:usesCleartextTraffic="true"
android:icon="@mipmap/ic_launcher"