am 7a286d83
: Merge "Fix 5620754: don\'t show pattern screen after SIM PUK unlock" into ics-mr1
* commit '7a286d8391a58637e6834f4de296bf66183ce1b2': Fix 5620754: don't show pattern screen after SIM PUK unlock
This commit is contained in:
@ -583,8 +583,7 @@ public class KeyguardUpdateMonitor {
|
||||
* through mHandler, this *must* be called from the UI thread.
|
||||
*/
|
||||
public void reportSimUnlocked() {
|
||||
mSimState = IccCard.State.READY;
|
||||
handleSimStateChange(new SimArgs(mSimState));
|
||||
handleSimStateChange(new SimArgs(IccCard.State.READY));
|
||||
}
|
||||
|
||||
public boolean isKeyguardBypassEnabled() {
|
||||
|
Reference in New Issue
Block a user