diff options
| -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. |