Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

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.
Cette révision appartient à :
arkon 2022-04-12 17:27:00 -04:00
Parent 0894b1394f
révision 83a04da4a0

Voir le fichier

@ -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"