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

Commit 7041d8fc authored by Matthew Ng's avatar Matthew Ng Committed by Android (Google) Code Review
Browse files

Merge "Removing depreciated fn isLockToAppEnabled in ActivityManagerWrapper"

parents cbc22b8b 390d7527
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -432,12 +432,4 @@ public class ActivityManagerWrapper {
            return false;
        }
    }

    /**
     * @return whether screen pinning is enabled.
     * @deprecated See {@link #isScreenPinningEnabled}
     */
    public boolean isLockToAppEnabled() {
        return isScreenPinningEnabled();
    }
}