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

Commit c7ae2adb authored by Sander Alewijnse's avatar Sander Alewijnse
Browse files

Update comment of ACTION_PROFILE_PROVISIONING_COMPLETE.

Change-Id: I386c16cc9649d4684bd69966b3c1d2abcb97ca4e
parent adf6aff5
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -166,12 +166,11 @@ public class DeviceAdminReceiver extends BroadcastReceiver {

    /**
     * Broadcast Action: This broadcast is sent to the newly created profile when
     * the provisioning of a managed profile has completed successfully.
     * the provisioning of a managed profile has completed successfully. It is used in both the
     * Profile Owner and the Device Owner provisioning.
     *
     * <p>The broadcast is limited to the package which started the provisioning as specified in
     * the extra {@link DevicePolicyManager#EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_NAME} of the
     * {@link DevicePolicyManager#ACTION_PROVISION_MANAGED_PROFILE} intent that started the
     * provisioning. It is also limited to the managed profile.
     * <p>The broadcast is limited to the DeviceAdminReceiver component specified in the message
     * that started the provisioning. It is also limited to the managed profile.
     *
     * <p>Input: Nothing.</p>
     * <p>Output: Nothing</p>