From 8c1306e397e8650f01e255e83fdad7ab63fd2d4e Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Mon, 1 Feb 2016 11:37:02 +0000 Subject: [PATCH] [Metrics] declare a constant for user credentials Bug: 22541933 Change-Id: I774f74f3dd21f242a821bb08db6c09a8fc668671 --- proto/src/metrics_constants.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 697777c718a30..0e67a24748b80 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -342,5 +342,11 @@ message MetricsEvent { // QS Tile for Data Saver. QS_DATA_SAVER = 284; + + // OPEN: Settings > Security > User credentials + // CATEGORY: Settings + // OS: 6.1 + // GMS: 7.8.99 + USER_CREDENTIALS = 285; } }