OSDN Git Service

Add metric for managed profile setting
authorTony Mak <tonymak@google.com>
Fri, 29 Apr 2016 09:27:48 +0000 (10:27 +0100)
committerTony Mak <tonymak@google.com>
Fri, 29 Apr 2016 13:36:46 +0000 (13:36 +0000)
Bug: 28281560
Change-Id: I6ec0a8dbfea179476335b9d624020b80e51e97a8

proto/src/metrics_constants.proto

index f49235c..c417fe8 100644 (file)
@@ -2187,6 +2187,10 @@ message MetricsEvent {
     // reinflation.
     ACTION_REMOTE_INPUT_CLOSE = 400;
 
+    // OPEN: Settings > Accounts > Work profile settings
+    // CATEGORY: SETTINGS
+    ACCOUNTS_WORK_PROFILE_SETTINGS = 401;
+
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS
   }