Merge "Revert "Update documntation for getCardId"" into qt-dev

This commit is contained in:
Jordan Liu
2019-05-06 23:14:35 +00:00
committed by Android (Google) Code Review

View File

@@ -140,10 +140,6 @@ 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;
}