diff options
| -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. |