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
During regression testing, I came across a test in which there were several required fields to check. https://sd-odk.atlassian.net/browse/NODK-1333 And I happened to have Location disabled on my phone, but Precise Location was enabled which caused me confusion when I saw an error dialog that I need to turn on the Precise Location permission.
Steps to reproduce the problem
Scan QR code:
Turn off Location in device setting
Have Precise Location permission turn on for ODK Collect app
Click on any map icon
the dialog informing that Without the Precise Location permission Collect can't record your location.
Expected behavior
To be honest I'm not sure if this is an issue, but I wanted to discuss if there shouldn't be a different dialog when the whole Location is turned off.
Other information
XRecorder_15112024_102657.mp4
The text was updated successfully, but these errors were encountered:
That's weird! It looks like from the code we expect to get told that the permission is granted, and then we check if location services enabled at the device level (and show a message if not). I'm surprised that we end up being told that the permission is "denied". I think this is something we could improve, but it's not high priority.
ODK Collect version
2024.3.0 Beta 8
Android version
Android 14,15
Device used
Samsung Galaxy M23, Pixel 6a
Problem description
During regression testing, I came across a test in which there were several required fields to check. https://sd-odk.atlassian.net/browse/NODK-1333 And I happened to have Location disabled on my phone, but Precise Location was enabled which caused me confusion when I saw an error dialog that I need to turn on the Precise Location permission.
Steps to reproduce the problem
Scan QR code:
Turn off Location in device setting
Have Precise Location permission turn on for ODK Collect app
Click on any map icon
the dialog informing that Without the Precise Location permission Collect can't record your location.
Expected behavior
To be honest I'm not sure if this is an issue, but I wanted to discuss if there shouldn't be a different dialog when the whole Location is turned off.
Other information
XRecorder_15112024_102657.mp4
The text was updated successfully, but these errors were encountered: