diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index fe92d45b297d..10387f10615f 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7213,6 +7213,9 @@ message MetricsEvent { // confirmation) DIALOG_DELETE_SIM_PROGRESS = 1714; + // Settings > Apps and notifications > Notifications > Gentle notifications + GENTLE_NOTIFICATIONS_SCREEN = 1715; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |