Closed
Bug 1954796
Opened 1 month ago
Closed 1 month ago
Update daily usage ping default setting to not rely on the telemetry setting
Categories
(Firefox for Android :: Experimentation and Telemetry, task)
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: joberhauser, Assigned: joberhauser)
References
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
The code for the daily usage ping settings default value adds a small amount of confusion to what the value actually is. It's set to the isTelemetryEnabled value, which is by default true. For easier readability, it should just be set to true, and not reflect the default isTelemetryEnabled value.
Assignee | ||
Updated•1 month ago
|
Whiteboard: [fxdroid]
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Pushed by joberhauser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d50e930e4d8e
Making daily usage ping setting true by default instead of reflecting isTelemetryEnabled to make it more clear that one is not reliant on the other r=android-reviewers,mavduevskiy,pollymce
Comment 3•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•