From 397df6875d5e94be7d3aaf317bc56cbd3f2e8c62 Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Mon, 28 Mar 2016 15:48:34 -0400 Subject: [PATCH] Add constant for premium sms screen Bug: 27657256 Change-Id: Ia5b209deceb1726b62529c4144a85f5fc2d26833 --- proto/src/metrics_constants.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index b3613dfaefc39..ea3cffe3c9459 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2135,6 +2135,9 @@ message MetricsEvent { // Suggestion -> Overflow -> Remove. ACTION_SETTINGS_DISMISS_SUGGESTION = 387; + // Settings > Apps > Gear > Special Access > Premium SMS access + PREMIUM_SMS_ACCESS = 388; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }