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

Commit 9a090e6d authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect Activity#startLockTask doc" into lmp-dev

parents 498d38e6 8863b57e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6077,9 +6077,9 @@ public class Activity extends ContextThemeWrapper
     *
     * If {@link DevicePolicyManager#isLockTaskPermitted(String)} returns false
     * then the system will prompt the user with a dialog requesting permission to enter
     * this mode.  When entered through this method the user can exit at any time by
     * swiping down twice from the top of the screen.  Calling stopLockTask will also
     * exit the mode.
     * this mode.  When entered through this method the user can exit at any time through
     * an action described by the request dialog.  Calling stopLockTask will also exit the
     * mode.
     */
    public void startLockTask() {
        try {