mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 23:07:26 -04:00

* The issue occurred because the notification permission was not granted. On Android 13 and above, notifications won't appear without explicit permission. * To fix this, we now properly request the notification permission on devices running Android 13 and above.