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

Commit 7b46f7af authored by Jonathan Scott's avatar Jonathan Scott
Browse files

Tidy javadoc in DevicePolicyManager

This just covers the class javadoc and the first few methods. Over time
we should bring all javadoc inline.

Test: N/A - Javadoc change
Change-Id: I940adb012c8b89e51f725c048e90e44785f71e8b
parent 7c95857c
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.