-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 14 Permission related crash #212
Comments
I am using other permissions, but they need to be not only in the manifest, but explicitly asked to the user (with permission_handler pluggin for exemple). |
Yes, I am asking the relevant permissions. I'm also asking for these permissions which are required for foreground task to work
|
Hey @bhavinb98, i am getting the same issue. Are you able to solve the issue ? |
@ishabodiwala no, not yet |
this may help |
Have tried it already. It's not working. |
@ishabodiwala Possible solution for your issue |
I already have the following permissions declared in my manifest but it still throws an error and crashes.
Flutter version - 3.19.3
Plugin Version - 6.1.3
The text was updated successfully, but these errors were encountered: