diff options
| author | 2017-07-26 20:06:36 +0000 | |
|---|---|---|
| committer | 2017-07-26 20:06:36 +0000 | |
| commit | d112e6391b84b55d24eb38e0f20cb478abf52023 (patch) | |
| tree | 87b62c390ce13fbe2d7bcc6f299ee8925d2c3e9f | |
| parent | 95baa7765c522cf0dba9c65cf5672ba1b9fde91e (diff) | |
| parent | 44f7badb734bccb915ad483cadb1774c34c7948f (diff) | |
Merge "Add metrics event for trampoline activity" into oc-dr1-dev
am: 44f7badb73
Change-Id: I3b05e624a77b66537e458ce87593c9a07058fbe3
| -rw-r--r-- | proto/src/metrics_constants.proto | 5 |
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. |