Merge "Update comments for TelephonyManager.getUiccSlotsInfo()"

am: 3838ff457e

Change-Id: I46a8a708e949e134b8e4cb05fe315b058ad500fc
This commit is contained in:
Amit Mahajan
2018-06-25 16:31:55 -07:00
committed by android-build-merger

View File

@ -2767,7 +2767,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.
*