From 5674d2d8d9985382eabcbcdb28d74ee0603a8eb3 Mon Sep 17 00:00:00 2001 From: Lei Yu Date: Thu, 8 Mar 2018 10:19:43 -0800 Subject: [PATCH] Add metric for restrict app tip and high usage tip Bug: 3706378 Test: Build Change-Id: Iaab1cc44a6fc7c449d599e9cb56f41eec46ec068 --- proto/src/metrics_constants.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index e962c0b23f98d..d7bb208b7b541 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5453,6 +5453,14 @@ message MetricsEvent { // OS: P ACTION_OPS_GUTS_SETTINGS = 1346; + // ACTION: Settings > Battery settings > Battery tip > App restriction tip + // OS: P + ACTION_APP_RESTRICTION_TIP = 1347; + + // ACTION: Settings > Battery settings > Battery tip > High usage tip + // OS: P + ACTION_HIGH_USAGE_TIP = 1348; + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS