You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have an app that can work with coarse/approximate location. when the user chooses to use approximate location from the permission request dialog the Locus location request seem to detect that the permission has not been granted. I think its because Locus uses fine/percise location only.
To Reproduce
Steps to reproduce the behavior:
Request location and allow approximate location only
Invoke Locus for a location request
LocusRequest produces an error of permission denied and no location data is provided.
Expected behavior
Proceed to provide the location according to the restrictions of approximate location use.
Smartphone (please complete the following information):
Device: Xiaomi 11T
OS: Android 13
Version 5.0.0
The text was updated successfully, but these errors were encountered:
The problem is if the user only grants the permission for approximate location the location throws a permission not granted while the expected behavior should be that the location request retrieves the location info even if it's inaccurate. I took a quick look at the source code and it seems that the precise location permission is required for the request to be successful. I would suggest a variable for the Locus configuration that does not force precise location permission to be granted and suffice with approximate location.
Describe the bug
I have an app that can work with coarse/approximate location. when the user chooses to use approximate location from the permission request dialog the Locus location request seem to detect that the permission has not been granted. I think its because Locus uses fine/percise location only.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Proceed to provide the location according to the restrictions of approximate location use.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: