From 5b2c0ad3121732158bf8fc478396e1e5a37de1e5 Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Wed, 25 May 2016 14:03:14 -0700 Subject: [PATCH] Added new action for gesture settings. Added new event for Settings -> Gestures Bug: 28565958 Change-Id: I126ab29cf312b09cad1bd86cf614019616642536 --- proto/src/metrics_constants.proto | 4 ++++ 1 file changed, 4 insertions(+) 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 }