Loading src/com/android/settings/password/ConfirmDeviceCredentialActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,8 @@ public class ConfirmDeviceCredentialActivity extends FragmentActivity { .setRequestWriteRepairModePassword(true) .setForceVerifyPath(true) .show(); } else if (isEffectiveUserManagedProfile && isInternalActivity()) { } else if (mLockPatternUtils.isManagedProfileWithUnifiedChallenge(mUserId) && isInternalActivity()) { // When the mForceVerifyPath is set to true, we launch the real confirm credential // activity with an explicit but fake challenge value (0L). This will result in // ConfirmLockPassword calling verifyTiedProfileChallenge() (if it's a profile with Loading Loading
src/com/android/settings/password/ConfirmDeviceCredentialActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,8 @@ public class ConfirmDeviceCredentialActivity extends FragmentActivity { .setRequestWriteRepairModePassword(true) .setForceVerifyPath(true) .show(); } else if (isEffectiveUserManagedProfile && isInternalActivity()) { } else if (mLockPatternUtils.isManagedProfileWithUnifiedChallenge(mUserId) && isInternalActivity()) { // When the mForceVerifyPath is set to true, we launch the real confirm credential // activity with an explicit but fake challenge value (0L). This will result in // ConfirmLockPassword calling verifyTiedProfileChallenge() (if it's a profile with Loading