Skip to content

Commit 646d603

Browse files
author
Jim Miller
committed
Fix regression in SIM state handling
This fixes a bug introduced by If6cb3c6ff952767fc10210f923dc0e4b343cd4ad that accidentally reverted I019d1d8c65c55cbf4d10d4928e1d2b2b242162a6 Change-Id: Ia006bf31387162a520374f3bc9acb6e69197b106
1 parent ad0c8c3 commit 646d603

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

policy/src/com/android/internal/policy/impl/LockPatternKeyguardViewProperties.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ private boolean isSimPinSecure() {
5858
final IccCardConstants.State simState = mUpdateMonitor.getSimState();
5959
return (simState == IccCardConstants.State.PIN_REQUIRED
6060
|| simState == IccCardConstants.State.PUK_REQUIRED
61-
|| simState == IccCardConstants.State.ABSENT
6261
|| simState == IccCardConstants.State.PERM_DISABLED);
6362
}
6463

0 commit comments

Comments
 (0)