Merge "UserController.shouldConfirmCredentials uses isCredentialSharedWithParent" into tm-dev
This commit is contained in:
@@ -2613,7 +2613,7 @@ class UserController implements Handler.Callback {
|
|||||||
if (getStartedUserState(userId) == null) {
|
if (getStartedUserState(userId) == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!getUserInfo(userId).isManagedProfile()) {
|
if (!mInjector.getUserManager().isCredentialSharedWithParent(userId)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
|
if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user