From 8eb4f62194d16b840a1b72b92c04edf0c46624b8 Mon Sep 17 00:00:00 2001 From: Salvador Martinez Date: Fri, 18 Nov 2016 13:44:57 -0800 Subject: [PATCH] Added metrics constant for new dialog SupportSystemInformationDialogFragment (phew) needs a metrics constant. Test: manual Bug: 32462840 Change-Id: I2943b2537a54d3243759233f96522cd1bbdb5db9 --- proto/src/metrics_constants.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 236a39d4e9a20..eed7e70866d39 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.