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

Commit 5c9768b5 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

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

* commit 'b44700f2':
  When SIM absent, keyguard should be considered non-secure.
parents be4e1ea4 b44700f2
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);
    }