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

Commit d2e10d59 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 21860 into eclair

* changes:
  Return ICC Card ABSENT instead of NOT_READY when it is not present.
parents 947d8ee5 41e7363f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -595,7 +595,7 @@ public abstract class IccCard {

        // this is common for all radio technologies
        if (!mIccCardStatus.getCardState().isCardPresent()) {
            return IccCard.State.NOT_READY;
            return IccCard.State.ABSENT;
        }

        RadioState currentRadioState = mPhone.mCM.getRadioState();