From 104aa31262a8bf87349daf956ac70f63246e243b Mon Sep 17 00:00:00 2001 From: Sundeep Ghuman Date: Mon, 27 Feb 2017 15:57:58 -0800 Subject: [PATCH] Create a Tron event for opening the network details page. Bug: 35807357 Test: NA Change-Id: Icbae30d2e4af4e46e289cad490a6531157c54d5e --- 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 c1c385aa82074..4bacb58c89920 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3472,6 +3472,11 @@ message MetricsEvent { // FIELD: Whether developer mode has already been enabled when clicking build number preference FIELD_SETTINGS_BUILD_NUMBER_DEVELOPER_MODE_ENABLED = 848; + // OPEN: Settings > Wi-Fi > Network Details (click on Access Point) + // CATEGORY: SETTINGS + // OS: O + WIFI_NETWORK_DETAILS = 849; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.