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

Commit f6215ced authored by Jonathan Scott's avatar Jonathan Scott Committed by Android (Google) Code Review
Browse files

Merge "Tidy javadoc in DevicePolicyManager" into main

parents a887ad4f 7b46f7af
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -244,6 +244,10 @@ public class DeviceAdminReceiver extends BroadcastReceiver {
     * {@link android.app.admin.DevicePolicyManager#isProfileOwnerApp}. You will generally handle
     * this in {@link DeviceAdminReceiver#onProfileProvisioningComplete}.
     *
     * <p>The intent for this action may include the following extras:
     * <ul>
     *     <li>{@link DevicePolicyManager#EXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE}
     *
     * @see DevicePolicyManager#ACTION_PROVISIONING_SUCCESSFUL
     */
    @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
@@ -801,6 +805,9 @@ public class DeviceAdminReceiver extends BroadcastReceiver {
     * {@link DevicePolicyManager#ACTION_PROVISIONING_SUCCESSFUL} will also be sent to the same
     * application.
     *
     * <p>The {@code Intent} may include any of the extras specified for
     * {@link #ACTION_PROFILE_PROVISIONING_COMPLETE}.
     *
     * @param context The running context as per {@link #onReceive}.
     * @param intent The received intent as per {@link #onReceive}.
     */
+276 −172

File changed.

Preview size limit exceeded, changes collapsed.