ACTION_MANAGED_PROFILE_ADDED constant

String const ACTION_MANAGED_PROFILE_ADDED

Broadcast sent to the primary user when an associated managed profile is added (the profile was created and is ready to be used). Carries an extra {@link #EXTRA_USER} that specifies the UserHandle of the profile that was added. Only applications (for example Launchers) that need to display merged content across both primary and managed profiles need to worry about this broadcast. This is only sent to registered receivers, not manifest receivers.

Implementation

static const String ACTION_MANAGED_PROFILE_ADDED =
    "android.intent.action.MANAGED_PROFILE_ADDED";