diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 1c1256520b2c1..40f3a9d41cd06 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2239,6 +2239,10 @@ message MetricsEvent { // CATEGORY: SETTINGS STORAGE_MANAGER_SETTINGS = 458; + // OPEN: Settings -> Gestures + // CATEGORY: SETTINGS + SETTINGS_GESTURES = 459; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }