mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 23:40:26 -04:00
Merge pull request #3414 from kiwix/Issue#3406
Updated README.md file to explain ZIM File Picker Restriction and Storage Scanning in play store variant
This commit is contained in:
commit
b628d7c46c
20
README.md
20
README.md
@ -17,6 +17,26 @@ This is the version for Android, with support versions ranging from 5
|
|||||||
to 13 (like [mentioned
|
to 13 (like [mentioned
|
||||||
here](https://github.com/kiwix/kiwix-android/blob/develop/buildSrc/src/main/kotlin/Config.kt)).
|
here](https://github.com/kiwix/kiwix-android/blob/develop/buildSrc/src/main/kotlin/Config.kt)).
|
||||||
|
|
||||||
|
**Important Note**: Starting from Android 11, the ZIM file picker
|
||||||
|
feature has been restricted in the Play Store variant due to Play
|
||||||
|
Store policies. This means that users running Android 11 and above
|
||||||
|
will not be able to load ZIM files from internal/external storage
|
||||||
|
directly within the app if they have downloaded Kiwix from the Google
|
||||||
|
Play Store. This restriction is in place to comply with the Play
|
||||||
|
Store policies. The Play Store variant of Kiwix does not require the
|
||||||
|
`MANAGE_EXTERNAL_STORAGE` permission anymore, which is necessary to
|
||||||
|
scan storage and access ZIM files at arbitrary locations. Therefore,
|
||||||
|
the storage scanning & file picking functionalities are not available
|
||||||
|
in this variant anymore. To use the full version of Kiwix and benefit
|
||||||
|
of the ZIM file picker feature, you can download it directly from the
|
||||||
|
[official
|
||||||
|
repository](https://download.kiwix.org/release/kiwix-android/) or use
|
||||||
|
[F-Droid](https://fdroid.kiwix.org). We understand that this
|
||||||
|
restriction may cause inconvenience, but it is necessary to comply
|
||||||
|
with the Play Store policies and ensure a smooth user experience. We
|
||||||
|
recommend using the official version of the app available on our
|
||||||
|
website to access the complete set of features.
|
||||||
|
|
||||||
Kiwix Android is written in [Kotlin](https://kotlinlang.org/)
|
Kiwix Android is written in [Kotlin](https://kotlinlang.org/)
|
||||||
|
|
||||||
[](https://github.com/kiwix/kiwix-android/actions?query=workflow%3ACI+branch%3Adevelop)
|
[](https://github.com/kiwix/kiwix-android/actions?query=workflow%3ACI+branch%3Adevelop)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user