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

Commit fd73a64b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[MEP] Change mIccId to getIccId API in the UiccCardInfo toString"

parents 77243f98 fdeaf4e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ public final class UiccCardInfo implements Parcelable {
                + ", mEid="
                + mEid
                + ", mIccId="
                + SubscriptionInfo.givePrintableIccid(mIccId)
                + SubscriptionInfo.givePrintableIccid(getIccId())
                + ", mPhysicalSlotIndex="
                + mPhysicalSlotIndex
                + ", mIsRemovable="