Skip to content

Commit dd0d0ba

Browse files
Jim MillerAndroid (Google) Code Review
authored andcommitted
Merge "Fix regression in SIM state handling"
2 parents c9cf9e5 + 646d603 commit dd0d0ba

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)