Open
Bug 2063654
Opened 15 days ago
Updated 12 days ago
[Google Lens Fenix] Google Lens telemetry and nimbus setting not changing appropriately.
Categories
(Firefox for Android :: Search, task)
Tracking
()
ASSIGNED
People
(Reporter: harrisono, Assigned: harrisono)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][android-activation-trust])
Attachments
(2 files, 1 obsolete file)
Preferences.googleLensEnabled is read at startup, before Nimbus has applied enrollment, so it
reports the feature-manifest default instead of the enrolled branch's value — on exactly the runs
where enrollment changes.
settings.googleLensIntegrationEnabled is a booleanPreference whose default is
FxNimbus.features.googleLensIntegration.value().enabled (Settings.kt:3172). For any user who
hasn't manually toggled it — i.e. nearly everyone, since it's Nimbus-gated — the recorded value is
whatever the FML cache holds at the moment of the read.
| Assignee | ||
Updated•15 days ago
|
Assignee: nobody → hoglesby
Status: NEW → ASSIGNED
| Assignee | ||
Updated•15 days ago
|
Whiteboard: [fxdroid][android-activation-trust]
Updated•15 days ago
|
| Assignee | ||
Comment 1•15 days ago
|
||
Updated•15 days ago
|
Attachment #9626760 -
Attachment is obsolete: true
| Assignee | ||
Comment 2•15 days ago
|
||
| Assignee | ||
Comment 3•15 days ago
|
||
| Assignee | ||
Comment 4•12 days ago
|
||
changed the direction if this ticket, changing the "Google Lens" feature to be a first-run feature and change how the metric is reported.
You need to log in
before you can comment on or make changes to this bug.
Description
•