diff options
| -rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 102d5a070d42..6e261dd98cac 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -2783,7 +2783,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. * |