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

Commit 67b80596 authored by Jordan Liu's avatar Jordan Liu
Browse files

Update documntation for getCardId

Test: manual and atest TelephonyManagerTest
Bug: 131423779
Change-Id: I7b384ec7265e219aee82164476d7d2d96e0f94a0
(cherry picked from commit c43c6b50)
parent 8e24abad
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -140,6 +140,10 @@ public class UiccSlotInfo implements Parcelable {
        return mIsEuicc;
    }

    /**
     * Returns the ICCID of a the UICC in the given slot, or the EID if it is an eUICC. Note that if
     * the value is unavailble this will return null.
     */
    public String getCardId() {
        return mCardId;
    }