Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57e38cff authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 5c9768b5: am b44700f2: Merge "When SIM absent, keyguard should be...

am 5c9768b5: am b44700f2: Merge "When SIM absent, keyguard should be considered non-secure." into jb-dev

* commit '5c9768b5':
  When SIM absent, keyguard should be considered non-secure.
parents 66402036 5c9768b5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -58,7 +58,6 @@ public class LockPatternKeyguardViewProperties implements KeyguardViewProperties
        final IccCard.State simState = mUpdateMonitor.getSimState();
        return (simState == IccCard.State.PIN_REQUIRED
                || simState == IccCard.State.PUK_REQUIRED
                || simState == IccCard.State.ABSENT
                || simState == IccCard.State.PERM_DISABLED);
    }