From d9821247dffe4c3feec11f0f6e410e3b0d969cb4 Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Tue, 9 Jan 2018 17:42:52 -0800 Subject: [PATCH] Add metric for restricted app detail page Bug: 71502850 Test: Build Change-Id: I8f57b11ba8f86bc36c0f64190d070e0640fde264 --- 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 04cee676075d..7cf22d3d42b4 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5144,6 +5144,11 @@ message MetricsEvent { // OS: P APPLICATIONS_STORAGE_DETAIL = 1284; + // OPEN: Settings > Battery > Smart Battery > Restricted apps + // CATEGORY: SETTINGS + // OS: P + FUELGAUGE_RESTRICTED_APP_DETAILS = 1285; + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS -- 2.11.0