summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Denis Kuznetsov <antrim@google.com> 2017-04-13 11:41:33 +0200
committer Denis Kuznetsov <antrim@google.com> 2017-04-27 11:35:01 +0000
commit605beddfee3d8f11723d165716b16bb16b932b0c (patch)
tree1dc4a7dd452bdf6827182f54a2cad608c72213d0
parent5df218c5c46f2d363db9b5dd603c65badddcc722 (diff)
Create a metrics events for ag/2085657 (DO disclosure screens)
Bug: 32692748 Test: Tests for functional changes are in ag/2085657 Change-Id: I6988a950ab2aa78dcb3f848b59a5b0905da7b204 Merged-In: I6988a950ab2aa78dcb3f848b59a5b0905da7b204 (cherry picked from commit 7152a41d25f0296ec5ed41c497f7666e185890eb)
-rw-r--r--proto/src/metrics_constants.proto15
1 files changed, 15 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index fc70b2b8a87b..93a55576029e 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -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.