diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index b3613dfaefc3..ea3cffe3c945 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 } |