Added the hasFragileUserData tag in the manifest to display the "Keep app data" checkbox in the uninstall dialog.

* When users attempt to uninstall the app, the "Keep app data" checkbox will appear in the uninstall dialog. By enabling it, the app's data will not be deleted upon uninstallation, allowing users to access the data again if they reinstall the app. Additionally, this is a good way to notify users that uninstalling the app can delete all app-related data, such as ZIM files.
This commit is contained in:
MohitMaliFtechiz 2024-12-30 19:14:29 +05:30 committed by MohitMaliFtechiz
parent b04375bf92
commit 64a1f3f3f5

View File

@ -57,6 +57,7 @@
android:largeHeap="true"
android:requestLegacyExternalStorage="true"
android:resizeableActivity="true"
android:hasFragileUserData="true"
android:supportsRtl="true"
android:theme="@style/KiwixTheme"
tools:targetApi="tiramisu">