Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment