-
-
Notifications
You must be signed in to change notification settings - Fork 894
[Android 12] Approximate location #559
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
Comments
Hi @renefloor I noticed one thing with the plugin (locally modified, to fetch individual permissions) when testing it with Android 12 OS . When you choose 'approximate location' upon the app start, right after that the plugin returns 'permanentlyDenied' for the LOCATION_FINE permission, which is incorrect (you are still able to request 'precise' location at this point). Subsequent queries return properly 'denied' for this permission, until it becomes 'permanentlyDenied' after 2 more attempts. |
@mvanbeusekom is the maintainer of the library, but I can help as I have Android 12 installed as well. |
@mvanbeusekom @renefloor Hey guys, just wanted to check if there are any updates/plans for this functionality. |
Any news? I get permission status denied for approximate location every time. Is there some hotfix maybe without the necessity to change something in the source code of the library? |
@mvanbeusekom any updates regarding this item? |
This issue is the Android counterpart of #558. |
Hi, any updates? |
Any updates? |
Hi, any updates? |
Hi, any updates? |
Hi folks, thank you so much for the amazing open source project. Is there any update on the handling of precise vs approximate location? |
I have work on the iOS counterpart I can work on the Android side as soon as we are ok with the design of this feature. |
🚀 Feature Requests
Android 12 builds upon recent platform changes to the location permissions model, including background location and one-time permissions. When an app targets targets Android 12, users can request that the app retrieve only approximate location information, even when the app requests the ACCESS_FINE_LOCATION runtime permission.
https://developer.android.com/about/versions/12/approximate-location
Contextualize the feature
The permission for location should be adapted, it should not only give (not) allowed, but also whether you have precise location or not.
This should also be changed for iOS (see #558). However, the Android part can only be made/merged when the Android 12 platform is stable, probably in August.

Platforms affected (mark all that apply)
The text was updated successfully, but these errors were encountered: