diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-03-04 20:59:37 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-03-04 20:59:37 +0000 |
commit | c20b41f583dd7826e4f8526ae5f8e221592b5167 (patch) | |
tree | 146cb03b6e5aa84be54a3b0718900746c8020b76 /proto | |
parent | ff58fc895cadbdb7c0f697679e551e3da8306570 (diff) | |
parent | d768dc6163502d45cdf4097289782af0fe434130 (diff) |
Merge "Add log metric for Grayscale conditional"
Diffstat (limited to 'proto')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index ab8ad0f45f9f..0a6e92371d6a 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7075,6 +7075,9 @@ message MetricsEvent { // OPEN: Accessibility detail settings (android.settings.ACCESSIBILITY_DETAILS_SETTINGS intent) ACCESSIBILITY_DETAILS_SETTINGS = 1682; + // Open: Settings will show the conditional when Grayscale mode is on + SETTINGS_CONDITION_GRAYSCALE_MODE = 1683; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |