Merge pull request #4151 from kiwix/Fixes#4150

Added the hasFragileUserData tag in the manifest to display the "Keep app data" checkbox in the uninstall dialog.
This commit is contained in:
Kelson 2025-01-01 14:08:18 +01:00 committed by GitHub
commit da8975a373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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