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

Commit 98b53968 authored by Jiuyu Sun's avatar Jiuyu Sun Committed by Android (Google) Code Review
Browse files

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

parents baa462f3 e8c34b73
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.
     *