MohamedRejeb / Calf

Calf is a library that allows you to easily create adaptive UIs and access platform specific APIs with Compose Multiplatform (Adaptive UI, File Picker, WebView, Permissions...).
https://mohamedrejeb.github.io/Calf/
Apache License 2.0
950 stars 42 forks source link

RemoteNotification PermissionStatus is always Granted for Android #191

Open Leshachok opened 1 week ago

Leshachok commented 1 week ago

image

MohamedRejeb commented 1 week ago

This permission is mainly added for iOS, for android we already have Permission.Notification which is equivalent to Manifest.permission.POST_NOTIFICATIONS