diff options
author | Aran Ink <nesciosquid@google.com> | 2019-05-07 13:39:37 -0400 |
---|---|---|
committer | Aran Ink <nesciosquid@google.com> | 2019-05-07 13:55:20 -0400 |
commit | 35231f7fc5c9ac25e8cfa30531e66d3b855760b9 (patch) | |
tree | fa040f457e8e632c7bdc4e75707b2b2e5123ce99 /proto/src | |
parent | cbe933a40f3daaf7124b53cd5944022209beffaa (diff) |
DO NOT MERGE: Bump metrics_constants value by ~100 to avoid conflicts with master.
Add Global Actions Panel Settings constant.
Bug: 127295457
Test: Automated tests pass.
Change-Id: Ib37a13192fb1aa20cf3d914beee7b9a4eb399168
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index af8c631b0cc5..fa62f64d59ca 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7243,6 +7243,13 @@ message MetricsEvent { // OS: Q ACTION_DIRECT_SHARE_TARGETS_LOADED_CHOOSER_SERVICE = 1719; + // ---- 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 |