Feature: Adjustment to new Google location policy#68
Merged
oleksiibo-eng merged 2 commits intomainfrom May 4, 2026
Merged
Conversation
eneaspg
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Describe the specific bug or product issue that's being fixed.
Google Play updated its location permission policy. Apps that request precise (fine) location must now provide clear justification; otherwise, they risk rejection or removal during the review process.
Solution
What did you do to fix it? Remember gif's or video of frontend fixes.
Set coarse location as the default to comply with updated Google Play policies. Updated the Android manifest, adjusted the maps component to use a radius-based circle when only coarse location is available, and notified makers about the new requirements and potential risks of using precise location.
Tests
Additional Notes (optional)
Related PRs (optional)
https://github.com/AdaloHQ/runner/pull/1111
https://github.com/AdaloHQ/packager/pull/643
https://github.com/AdaloHQ/runner/pull/1110
https://github.com/AdaloHQ/backend/pull/1827
https://github.com/AdaloHQ/frontend/pull/3460
New Packages, Environment Variables (optional)
Documentation (optional)