Closed
Bug 1434469
Opened 5 years ago
Closed 5 years ago
Add a permission for coarse location data
Categories
(Firefox for Android Graveyard :: General, enhancement, P2)
Tracking
(fennec+, firefox58 wontfix, firefox59 wontfix, firefox60 fixed)
RESOLVED
FIXED
Firefox 60
People
(Reporter: mkaply, Assigned: jchen)
Details
Attachments
(1 file)
For some reason, the Google CTS doesn't like you requesting FINE without requesting COARSE. And they really don't like you requesting FINE twice (which I think we don't do anymore). We should add the COARSE permission. It won't affect anything and will allow us to better pass the CTS.
Updated•5 years ago
|
tracking-fennec: --- → ?
OS: Unspecified → Android
Hardware: Unspecified → All
Version: unspecified → Trunk
Assignee: nobody → nchen
tracking-fennec: ? → +
Priority: -- → P2
Comment 1•5 years ago
|
||
To be clear, I think this bug is about updating the AndroidManifest so it declares both coarse and fine location access. [triage] iiuc, seems non-critical but if Jim is going to fix it, wfm. Please mark P3 if you decide not to though.
Reporter | ||
Comment 2•5 years ago
|
||
Yes, that is correct. We should declare both (and make sure we don't declare FINE twice which I think was fixed when we removed the search widget).
Comment hidden (mozreview-request) |
Comment 4•5 years ago
|
||
mozreview-review |
Comment on attachment 8950659 [details] Bug 1434469 - Add ACCESS_COARSE_LOCATION to list of permissions; https://reviewboard.mozilla.org/r/219906/#review225744
Attachment #8950659 -
Flags: review?(snorp) → review+
Pushed by nchen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/12e36be8f260 Add ACCESS_COARSE_LOCATION to list of permissions; r=snorp
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/12e36be8f260
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Updated•5 years ago
|
status-firefox58:
--- → wontfix
status-firefox59:
--- → wontfix
Updated•2 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•