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 }