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

Commit 06dc992f authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Update documntation for getCardId" into qt-dev

am: 39585b62

Change-Id: I20f4f3263bf8687a3424e7eefded71e2e2da078f
parents e2d6ac15 39585b62
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;
    }