SystemUI: Reset PUK StateMachine after PUK is unlocked
The PUK state is DONE in StateMachine after PUK is unlocked.
If two sim cards are both locked by PUK, the PUK state should
be ENTER_PUK after SIM1 PUK is unlocked.
Bug: 155135725
Test: manual
Change-Id: I0261d8be913a878e65c5240d4d39b248c2e3a5d5
Merged-In: I0261d8be913a878e65c5240d4d39b248c2e3a5d5
(cherry picked from commit 8e9417e873)
This commit is contained in:
committed by
Fabian Kozynski
parent
d56bfed60c
commit
240dd7347b
@@ -448,8 +448,8 @@ public class KeyguardSimPukView extends KeyguardPinBasedInputView {
|
||||
if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
|
||||
+ " UpdateSim.onSimCheckResponse: "
|
||||
+ " attemptsRemaining=" + result.getAttemptsRemaining());
|
||||
mStateMachine.reset();
|
||||
}
|
||||
mStateMachine.reset();
|
||||
mCheckSimPukThread = null;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user