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

Commit 6cdb27e7 authored by Benjamin Franz's avatar Benjamin Franz
Browse files

Fix javadoc for setLockTaskPackages

Bug: 19523388
Change-Id: Idc6bdb6c7c37de2448eb2db84ab1685660639100
parent 40d13f26
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ import java.util.List;
/**
 * 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 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.
@@ -3307,7 +3307,8 @@ public class DevicePolicyManager {
     * @param admin Which {@link DeviceAdminReceiver} this request is associated with.
     *
     * @see Activity#startLockTask()
     * @see DeviceAdminReceiver#onLockTaskModeChanged(Context, Intent, boolean, String)
     * @see DeviceAdminReceiver#onLockTaskModeEntering(Context, Intent, String)
     * @see DeviceAdminReceiver#onLockTaskModeExiting(Context, Intent)
     * @see UserManager#DISALLOW_CREATE_WINDOWS
     */
    public void setLockTaskPackages(ComponentName admin, String[] packages)