From 2cc9b4b9fe672d1d8423d33a9fccecced157875e Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Fri, 7 Sep 2018 13:12:43 -0700 Subject: [PATCH] Add metric id for Mobile network page Change-Id: I66c4018465e7287d43ae2e53282dc92739e634ec Fixes: 114444242 Test: Build --- proto/src/metrics_constants.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 7edcdcbb5623c..41b3febef31ff 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -6512,6 +6512,11 @@ message MetricsEvent { // OS: Q SETTINGS_GESTURE_WAKE_SCREEN = 1570; + // OPEN: Settings > Network & internet > Mobile network + // CATEGORY: SETTINGS + // OS: Q + MOBILE_NETWORK = 1571; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line.