Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2ace1b7 authored by Alex Kershaw's avatar Alex Kershaw Committed by Android (Google) Code Review
Browse files

Merge "Add cross-profile metrics to proto file"

parents fc93f02d 5eab48c3
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -162,4 +162,18 @@ enum EventId {
  SET_PERSONAL_APPS_SUSPENDED = 135;
  SET_MANAGED_PROFILE_MAXIMUM_TIME_OFF = 136;
  COMP_TO_ORG_OWNED_PO_MIGRATED = 137;
  SET_CROSS_PROFILE_PACKAGES = 138;
  SET_INTERACT_ACROSS_PROFILES_APP_OP = 139;
  GET_CROSS_PROFILE_PACKAGES = 140;
  CAN_REQUEST_INTERACT_ACROSS_PROFILES_TRUE = 141;
  CAN_REQUEST_INTERACT_ACROSS_PROFILES_FALSE_NO_PROFILES = 142;
  CAN_REQUEST_INTERACT_ACROSS_PROFILES_FALSE_WHITELIST = 143;
  CAN_REQUEST_INTERACT_ACROSS_PROFILES_FALSE_PERMISSION = 144;
  CAN_INTERACT_ACROSS_PROFILES_TRUE = 145;
  CAN_INTERACT_ACROSS_PROFILES_FALSE_PERMISSION = 146;
  CAN_INTERACT_ACROSS_PROFILES_FALSE_NO_PROFILES = 147;
  CREATE_CROSS_PROFILE_INTENT = 148;
  IS_MANAGED_PROFILE = 149;
  START_ACTIVITY_BY_INTENT = 150;
  BIND_CROSS_PROFILE_SERVICE = 151;
}