diff options
| author | 2016-12-22 00:28:19 +0000 | |
|---|---|---|
| committer | 2016-12-22 00:28:21 +0000 | |
| commit | 9dc0bdeffdf1994cb4b7fbec79ab21df6e8c257c (patch) | |
| tree | 153bfdb5514e9ad46fed9f93774df79f3529e4d3 | |
| parent | 9d2b2dbce73f9686ac53de51c38eefdcf1aba3c2 (diff) | |
| parent | 8eb4f62194d16b840a1b72b92c04edf0c46624b8 (diff) | |
Merge "Added metrics constant for new dialog"
| -rw-r--r-- | proto/src/metrics_constants.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 236a39d4e9a2..eed7e70866d3 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3161,6 +3161,10 @@ message MetricsEvent { // OPEN: Settings > System > Input & Gesture > Double twist gesture SETTINGS_GESTURE_DOUBLE_TWIST = 755; + // OPEN: Settings > Support > SupportDisclaimerDialog > SupportSystemInformationDialog + // CATEGORY: Settings + DIALOG_SUPPORT_SYSTEM_INFORMATION = 756; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line. |