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

Commit 9c3b544f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use Correct feature flag for isLockTaskPermitted" into udc-dev am: cc3a74b4

parents 60ae105c cc3a74b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14725,7 +14725,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
        }
        final int userId = mInjector.userHandleGetCallingUserId();
        if (isPermissionCheckFlagEnabled()) {
        if (isPolicyEngineForFinanceFlagEnabled()) {
            LockTaskPolicy policy = mDevicePolicyEngine.getResolvedPolicy(
                    PolicyDefinition.LOCK_TASK, userId);
            if (policy == null) {
+3 −3

File changed.

Contains only whitespace changes.