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

Commit bc2d1292 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge \\"Fix: updateExternalState() does not update SIM state to PERM_DISABLED\\" am: 6a7fad75

am: 213dd8bd

Change-Id: I56caee4c62a1f97447e95c8ca7d5f4d38e6cd145
parents 9c346f40 213dd8bd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -403,6 +403,11 @@ public class IccCardProxy extends Handler implements IccCard {
                setExternalState(State.PIN_REQUIRED);
                break;
            case APPSTATE_PUK:
                PinState pin1State = mUiccApplication.getPin1State();
                if (pin1State.isPermBlocked()) {
                    setExternalState(State.PERM_DISABLED);
                    return;
                }
                setExternalState(State.PUK_REQUIRED);
                break;
            case APPSTATE_SUBSCRIPTION_PERSO: