OSDN Git Service

Create a metrics events for ag/2085657 (DO disclosure screens)
authorDenis Kuznetsov <antrim@google.com>
Thu, 13 Apr 2017 09:41:33 +0000 (11:41 +0200)
committerDenis Kuznetsov <antrim@google.com>
Thu, 27 Apr 2017 11:35:01 +0000 (11:35 +0000)
Bug: 32692748
Test: Tests for functional changes are in ag/2085657
Change-Id: I6988a950ab2aa78dcb3f848b59a5b0905da7b204
Merged-In: I6988a950ab2aa78dcb3f848b59a5b0905da7b204
(cherry picked from commit 7152a41d25f0296ec5ed41c497f7666e185890eb)

proto/src/metrics_constants.proto

index fc70b2b..93a5557 100644 (file)
@@ -3923,6 +3923,21 @@ message MetricsEvent {
     // OS: O
     ACTION_TEXT_SELECTION_MENU_ITEM_ASSIST = 937;
 
+    // OPEN: Settings > Security > Managed Device Info > Apps installed
+    // CATEGORY: SETTINGS
+    // OS: O
+    ENTERPRISE_PRIVACY_INSTALLED_APPS = 938;
+
+    // OPEN: Settings > Security > Managed Device Info > nnn permissions
+    // CATEGORY: SETTINGS
+    // OS: O
+    ENTERPRISE_PRIVACY_PERMISSIONS = 939;
+
+    // OPEN: Settings > Security > Managed Device Info > Default apps
+    // CATEGORY: SETTINGS
+    // OS: O
+    ENTERPRISE_PRIVACY_DEFAULT_APPS = 940;
+
     // ---- End O Constants, all O constants go above this line ----
 
     // Add new aosp constants above this line.