diff options
| author | 2017-04-27 13:26:21 +0000 | |
|---|---|---|
| committer | 2017-04-27 13:26:26 +0000 | |
| commit | 28f9ada2acd66e3633887d2fc36538a32e66f294 (patch) | |
| tree | c1f6d1f3a240709cc08447a6f306811b61460d87 | |
| parent | ccac69e11a256167c74605a463714795dbdd9066 (diff) | |
| parent | 605beddfee3d8f11723d165716b16bb16b932b0c (diff) | |
Merge "Create a metrics events for ag/2085657 (DO disclosure screens)" into oc-dev
| -rw-r--r-- | proto/src/metrics_constants.proto | 15 |
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. |