Merge "Update comments for TelephonyManager.getUiccSlotsInfo()"

This commit is contained in:
Treehugger Robot
2018-06-25 22:22:25 +00:00
committed by Gerrit Code Review

View File

@ -2697,7 +2697,8 @@ public class TelephonyManager {
}
/**
* Gets all the UICC slots.
* Gets all the UICC slots. The objects in the array can be null if the slot info is not
* available, which is possible between phone process starting and getting slot info from modem.
*
* @return UiccSlotInfo array.
*