mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -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.