-
-
Notifications
You must be signed in to change notification settings - Fork 822
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 - requestPermission not asking for permission #164
Comments
Hey, if there is no permission requested in your app's settings, are you sure to |
I have two
|
Okay it seems setup correctly. That's strange because when you add the plugin to your app, Flutter is supposed to automatically add the requested permission in your |
omg, you are a genius, I got the popup ! Thank you ! |
Hehe glad it worked 😁 |
I'm glad I wasn't the only having this problem |
Hi @Lyokone, |
Describe the bug
When calling
location.requestPermission()
, Android does not ask for permissionExpected behavior
A popup should appears, asking for permission
Tested on:
Additional logs
I also created this thread on Stackoverflow.
When I go to the app Settings on my OP6, the permissions is greyed out, saying "no permissions requested"
The text was updated successfully, but these errors were encountered: