mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
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:
commit
da8975a373
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user