Skip to content
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

[Question]: how can I request only a single permission ACCESS_COARSE_LOCATION (Android) #1340

Open
3 of 5 tasks
bin-xgo opened this issue Jul 1, 2024 · 1 comment
Open
3 of 5 tasks
Assignees
Labels
status: needs more info We need more information before we can continue work on this issue.

Comments

@bin-xgo
Copy link

bin-xgo commented Jul 1, 2024

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

  • Android
  • iOS
  • Windows

Your question

Some countries don't allow precise location permissions, so how can I request only a single permission ACCESS_COARSE_LOCATION (Android)

Version

11.3.1

@bin-xgo bin-xgo changed the title [Question]: [Question]: how can I request only a single permission ACCESS_COARSE_LOCATION (Android) Jul 2, 2024
@TimHoogstrate
Copy link
Contributor

Dear @bin-xgo,

You can add ACCESS_COARSE_LOCATION permission to your manifest
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> and request location permission in the plugin.

Kind regards,

@TimHoogstrate TimHoogstrate added the status: needs more info We need more information before we can continue work on this issue. label Jul 29, 2024
@TimHoogstrate TimHoogstrate self-assigned this Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs more info We need more information before we can continue work on this issue.
Projects
None yet
Development

No branches or pull requests

2 participants