OSDN Git Service

Add metric for imei dialog fragment
authorjeffreyhuang <jeffreyhuang@google.com>
Fri, 27 Oct 2017 18:22:45 +0000 (11:22 -0700)
committerjeffreyhuang <jeffreyhuang@google.com>
Thu, 2 Nov 2017 18:09:33 +0000 (11:09 -0700)
Bug: 36458278
Test: make RunSettingsRoboTests -j40
Change-Id: I73ac64b8e23bb6f88f3b68e4febf6ca5f9032f23

proto/src/metrics_constants.proto

index 507852e..fad6bd1 100644 (file)
@@ -4759,6 +4759,11 @@ message MetricsEvent {
     // OS: P
     ACTION_WIFI_AUTO_SIGN_IN = 1239;
 
+    // Open: Settings > System > About phone > IMEI
+    // CATEGORY: SETTINGS
+    // OS: P
+    DIALOG_IMEI_INFO = 1240;
+
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS
   }