Skip to content

Commit b44700f

Browse files
Jeff BrownAndroid (Google) Code Review
authored andcommitted
Merge "When SIM absent, keyguard should be considered non-secure." into jb-dev
2 parents 0a4cbc3 + 47cd14d commit b44700f

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 IccCard.State simState = mUpdateMonitor.getSimState();
5959
return (simState == IccCard.State.PIN_REQUIRED
6060
|| simState == IccCard.State.PUK_REQUIRED
61-
|| simState == IccCard.State.ABSENT
6261
|| simState == IccCard.State.PERM_DISABLED);
6362
}
6463

0 commit comments

Comments
 (0)