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

Commit d8fda77c authored by Jiuyu Sun's avatar Jiuyu Sun Committed by android-build-merger
Browse files

Merge "Override updateCardId in EuiccCard." into pi-dev

am: 98b53968

Change-Id: If94d880e1c392fd95e9ffd049018ce6787cdffa6
parents 106dec05 98b53968
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -183,6 +183,15 @@ public class EuiccCard extends UiccCard {
                (byte[] response) -> mSpecVersion, callback, handler);
    }

    @Override
    protected void updateCardId() {
        if (TextUtils.isEmpty(mEid)) {
            super.updateCardId();
        } else {
            mCardId = mEid;
        }
    }

    /**
     * Gets a list of user-visible profiles.
     *