From 68e8e8a267e5aa1f48878e6e4f1e80c0e50d24f3 Mon Sep 17 00:00:00 2001 From: Oren Blasberg Date: Fri, 7 Jul 2017 13:36:28 -0700 Subject: Add new metric for SMS Mirroring Setting. Test: N/A, just adding a metric Bug: 37546615 Change-Id: I6c160f33e423b25ce43215eb01b64dcd1751b00c --- proto/src/metrics_constants.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index adcc8eb65ffd..87ac46b9bfda 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4213,6 +4213,11 @@ message MetricsEvent { // OS: O MR FIELD_SETTINGS_SEARCH_RESULT_ASYNC_RANKING_STATE = 1083; + // ACTION: Settings > Connected devices > SMS Mirroring + // CATEGORY: SETTINGS + // OS: O MR + ACTION_SETTINGS_SMS_MIRRORING = 1084; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS } -- cgit v1.2.3-59-g8ed1b