diff options
author | Salvador Martinez <dehboxturtle@google.com> | 2019-03-20 15:57:23 -0700 |
---|---|---|
committer | Salvador Martinez <dehboxturtle@google.com> | 2019-03-22 12:39:57 -0700 |
commit | 39adab4a5b62f3e487ffb1ea0a362cf5f57dc9b0 (patch) | |
tree | 89c9fc5e6fafd29c8f01a1c55d2957a0f8701ecc /proto/src | |
parent | c90040e0b3c49c6176443f677e6802e3d9b685af (diff) |
Add new constants for dark mode screen
This just adds constants to the new dark mode screen
Test: Build succeeds
Bug: 128686189
Change-Id: Iefb32f6f9beaa443cae661de21d4975585d9f475
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 32c595af4497..95abd05ff011 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7147,6 +7147,8 @@ message MetricsEvent { // OS: Q BIOMETRIC_AUTH = 1697; + // Settings > Display > Theme + DARK_UI_SETTINGS = 1698; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |