summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Matthew Fritze <mfritze@google.com> 2017-07-26 19:58:20 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-07-26 19:58:20 +0000
commit44f7badb734bccb915ad483cadb1774c34c7948f (patch)
treeb80673048cafb18875c172419f48b7953a2a51e3
parentbba60fadc7faeefe6afa3fe530e5c7ad36ee4d26 (diff)
parentdc2ad2838da639bbdf435738f3a5709e82d155d8 (diff)
Merge "Add metrics event for trampoline activity" into oc-dr1-dev
-rw-r--r--proto/src/metrics_constants.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index d6ca23f7fe2b..a4849fcd1ca0 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -4214,6 +4214,11 @@ message MetricsEvent {
// OS: O DR
ACTION_CAMERA_EVENT = 1032;
+ // OPEN: Settings > Trampoline Intent > Settings page
+ // CATEGORY: SETTINGS
+ // OS: O DR
+ TRAMPOLINE_SETTINGS_EVENT = 1033;
+
// ---- End O-DR1 Constants, all O-DR1 constants go above this line ----
// Add new aosp constants above this line.