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

Commit 7074cafc authored by Mahaver's avatar Mahaver
Browse files

Update java doc to reflect EXTRA_USER

Update java doc for ACTION_MANAGED_PROFILE_PROVISIONED to reflect the
fact that the extra EXTRA_USER will contain the managed profile's
user handle.

Test: NA, Just a java doc update.
Bug: 32301911
Change-Id: Icfda56dea69353ede02ddeee88a7adb489e72d36
parent df68c911
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
@@ -739,8 +739,13 @@ public class DevicePolicyManager {
     * <p>The broadcast is limited to the primary profile, to the app specified in the provisioning
     * <p>The broadcast is limited to the primary profile, to the app specified in the provisioning
     * intent with action {@link #ACTION_PROVISION_MANAGED_PROFILE}.
     * intent with action {@link #ACTION_PROVISION_MANAGED_PROFILE}.
     *
     *
     * <p>This intent will contain the extra {@link #EXTRA_PROVISIONING_ACCOUNT_TO_MIGRATE} which
     * <p>This intent will contain the following extras
     * corresponds to the account requested to be migrated at provisioning time, if any.
     * <ul>
     * <li>{@link Intent#EXTRA_USER}, corresponds to the {@link UserHandle} of the managed
     * profile.</li>
     * <li>{@link #EXTRA_PROVISIONING_ACCOUNT_TO_MIGRATE}, corresponds to the account requested to
     * be migrated at provisioning time, if any.</li>
     * </ul>
     */
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_MANAGED_PROFILE_PROVISIONED
    public static final String ACTION_MANAGED_PROFILE_PROVISIONED