From 72cab0e0c24c07c791ab808ce25e7377286cd4df Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Tue, 13 Mar 2018 10:58:43 -0400 Subject: [PATCH] metrics for 'manage notifications' affordance. Bug: 74075050 Test: make Change-Id: Ic6f65338ca114385890ab3bfac801cc206e4ed6e --- 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 07012d87bbb4f..d89cc966bf29b 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5499,6 +5499,10 @@ message MetricsEvent { // OS: P SETTINGS_ZONE_PICKER_FIXED_OFFSET = 1357; + // Action: notification shade > manage notifications + // OS: P + ACTION_MANAGE_NOTIFICATIONS = 1358; + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS