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 4d5dff40ba36..c39b743c7f2b 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -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. * |