Closed
Bug 997358
Opened 12 years ago
Closed 12 years ago
[tarako] Fix the geolocation service uri
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(blocking-b2g:1.3T+, b2g-v1.3T fixed)
People
(Reporter: fabrice, Assigned: james.zhang)
Details
It's currently set to in device/sprd/sp6821a_gonk/dev-pref.js to pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZ_MOZILLA_API_KEY%") but that's incorrect.
Since we have the correct value in b2g/app/b2g.js on 1.3t, we can either remove it totally from dev-pref.js, or change it to be correct, ie:
pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%")
James, feel free to fix it the way you prefer.
| Reporter | ||
Updated•12 years ago
|
blocking-b2g: --- → 1.3T+
Flags: needinfo?(james.zhang)
| Assignee | ||
Comment 1•12 years ago
|
||
commit 21fb47daa78e59aeeefbad09baa4b463c1827815
Author: james.zhang <james.zhang@spreadtrum.com>
Date: Thu Apr 17 09:42:52 2014 +0800
Bug#269156 mozilla Bug 997358 - [tarako] Fix the geolocation service uri
[bug number ]
[root cause ]
[changes ]
[side effects]
[self test ] yes
[reviewers ]
Change-Id: I7174aabfe05a1673512c4f28943986037243682a
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(james.zhang)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•