Skip to content

Commit

Permalink
Merge pull request #4151 from kiwix/Fixes#4150
Browse files Browse the repository at this point in the history
Added the hasFragileUserData tag in the manifest to display the "Keep app data" checkbox in the uninstall dialog.
  • Loading branch information
kelson42 authored Jan 1, 2025
2 parents b04375b + 64a1f3f commit da8975a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit da8975a

Please sign in to comment.