Merge "Fix issue with unlock attempts for the Work Challenge" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
04af275b6e
@@ -223,7 +223,7 @@ public abstract class ConfirmDeviceCredentialBaseFragment extends InstrumentedFr
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected boolean isProfileChallenge() {
|
protected boolean isProfileChallenge() {
|
||||||
return Utils.isManagedProfile(UserManager.get(getContext()));
|
return Utils.isManagedProfile(UserManager.get(getContext()), mEffectiveUserId);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void reportSuccessfullAttempt() {
|
protected void reportSuccessfullAttempt() {
|
||||||
|
Reference in New Issue
Block a user