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

Commit 0695ba05 authored by Alexandra Gherghina's avatar Alexandra Gherghina Committed by Android Git Automerger
Browse files

am 40345df2: am e5332972: am 72e32fd5: Merge "Clarify documentation for...

am 40345df2: am e5332972: am 72e32fd5: Merge "Clarify documentation for DevicePolicyManager" into lmp-mr1-dev

* commit '40345df2':
  Clarify documentation for DevicePolicyManager
parents 74ec0d08 40345df2
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -62,13 +62,16 @@ import java.util.Collections;
import java.util.List;

/**
 * Public interface for managing policies enforced on a device.  Most clients
 * of this class must have published a {@link DeviceAdminReceiver} that the user
 * has currently enabled.
 * Public interface for managing policies enforced on a device. Most clients of this class must be
 * registered with the system as a
 * <a href={@docRoot}guide/topics/admin/device-admin.html">device administrator</a>. Additionally,
 * a device administrator may be registered as either a profile or device owner. A given method is
 * accessible to all device administrators unless the documentation for that method specifies that
 * it is restricted to either device or profile owners.
 *
 * <div class="special reference">
 * <h3>Developer Guides</h3>
 * <p>For more information about managing policies for device adminstration, read the
 * <p>For more information about managing policies for device administration, read the
 * <a href="{@docRoot}guide/topics/admin/device-admin.html">Device Administration</a>
 * developer guide.</p>
 * </div>