OSDN Git Service

[Metrics] declare a constant for user credentials
authorRobin Lee <rgl@google.com>
Mon, 1 Feb 2016 11:37:02 +0000 (11:37 +0000)
committerRobin Lee <rgl@google.com>
Wed, 3 Feb 2016 13:01:49 +0000 (13:01 +0000)
Bug: 22541933
Change-Id: I774f74f3dd21f242a821bb08db6c09a8fc668671

proto/src/metrics_constants.proto

index 697777c..0e67a24 100644 (file)
@@ -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;
   }
 }