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

Commit 93257a17 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge \\"Allow trust agents to run during provisioning\\" into nyc-dev am: 1dd403b6

am: 3d72ca32

Change-Id: I980d01f48434a800153233d4c7ac43423d4d1f08
parents 8d32d760 3d72ca32
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -926,6 +926,11 @@ public class KeyguardViewMediator extends SystemUI {
            // In this case, send out ACTION_USER_PRESENT here instead of in
            // In this case, send out ACTION_USER_PRESENT here instead of in
            // handleKeyguardDone()
            // handleKeyguardDone()
            sendUserPresentBroadcast();
            sendUserPresentBroadcast();
        } else if (mSystemReady && shouldWaitForProvisioning()) {
            // Skipping the lockscreen because we're not yet provisioned, but we still need to
            // notify the StrongAuthTracker that it's now safe to run trust agents, in case the
            // user sets a credential later.
            getLockPatternUtils().userPresent(KeyguardUpdateMonitor.getCurrentUser());
        }
        }
    }
    }