OSDN Git Service

Add logging constant for screen lock settings
authorFan Zhang <zhfan@google.com>
Tue, 5 Dec 2017 21:49:35 +0000 (13:49 -0800)
committerFan Zhang <zhfan@google.com>
Tue, 5 Dec 2017 21:49:35 +0000 (13:49 -0800)
Bug: 32953042
Test: manual
Change-Id: Ic6b38e6bab9f7d99e979a8e8fb7ca03883e920d0

proto/src/metrics_constants.proto

index 4f1f4d7..968e08b 100644 (file)
@@ -5023,6 +5023,11 @@ message MetricsEvent {
     // OS: P
     CONNECTION_DEVICE_ADVANCED = 1264;
 
+    // OPEN: Settings > Security > Screen lock gear icon
+    // CATEGORY: SETTINGS
+    // OS: P
+    SCREEN_LOCK_SETTINGS = 1265;
+
     // ---- End P Constants, all P constants go above this line ----
 
     // Add new aosp constants above this line.