This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For #5519: Add telemetry for theme settings.
- Loading branch information
1 parent
356b93f
commit ec65103
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -431,3 +431,20 @@ pro_tips: | |
The tip code of tip being clicked. | ||
Can be one of fresh_look_tip, allow_list_tip, request_desktop_tip. | ||
type: string | ||
|
||
preferences: | ||
user_theme: | ||
type: string | ||
description: > | ||
A string that indicates the theme. | ||
Can be one of LIGHT, DARK, or FOLLOW DEVICE. | ||
Default is FOLLOW DEVICE. | ||
bugs: | ||
- https://github.com/mozilla-mobile/focus-android/issues/5519 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/focus-android/pull/5526 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-10-01" |
This file contains 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