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

Commit 390d7527 authored by Matthew Ng's avatar Matthew Ng
Browse files

Removing depreciated fn isLockToAppEnabled in ActivityManagerWrapper

Removing function isLockToAppEnabled in favor of isScreenPinningEnabled.

Test: manual
Bug: 72799389
Change-Id: I532d6bd0aed37ae2526b6ce516015643b5e94514
parent 341c2366
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();
    }
}