From 8ad4e0142e982531017c9222fe0774d98bd2477e Mon Sep 17 00:00:00 2001 From: Aran Ink Date: Tue, 7 May 2019 13:39:37 -0400 Subject: [PATCH] Bump metrics_constants value by ~100 to avoid conflicts with master. Add Global Actions Panel Settings constant. Bug: 127295457 Test: make Change-Id: Ib37a13192fb1aa20cf3d914beee7b9a4eb399168 (cherry picked from commit 35231f7fc5c9ac25e8cfa30531e66d3b855760b9) --- proto/src/metrics_constants/metrics_constants.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 44ef22642df7d..6272f24979419 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7284,6 +7284,13 @@ message MetricsEvent { // type of response could not be determined AUTOFILL_AUGMENTED_RESPONSE = 1724; + // ---- Skipping ahead to avoid conflicts between master and release branches. + + // OPEN: Settings > System > Gestures > Global Actions Panel + // CATEGORY: SETTINGS + // OS: Q + GLOBAL_ACTIONS_PANEL_SETTINGS = 1800; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS