Merge "Allow trust agents to run during provisioning" into nyc-dev

This commit is contained in:
TreeHugger Robot
2016-06-21 18:04:05 +00:00
committed by Android (Google) Code Review

View File

@@ -923,6 +923,11 @@ public class KeyguardViewMediator extends SystemUI {
// In this case, send out ACTION_USER_PRESENT here instead of in
// handleKeyguardDone()
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());
}
}