diff --git a/telephony/java/android/telephony/SmsManager.java b/telephony/java/android/telephony/SmsManager.java index 183fdcce1ca46..d6ce40c24b783 100644 --- a/telephony/java/android/telephony/SmsManager.java +++ b/telephony/java/android/telephony/SmsManager.java @@ -1715,8 +1715,7 @@ public final class SmsManager { * operation is performed on the correct subscription. *

* - * @param messageIndex This is the same index used to access a message - * from {@link #getMessagesFromIcc()}. + * @param messageIndex the message index of the message in the ICC (1-based index). * @return true for success, false if the operation fails. Failure can be due to IPC failure, * RIL/modem error which results in SMS failed to be deleted on SIM * @@ -1798,7 +1797,7 @@ public final class SmsManager { * operation is performed on the correct subscription. *

* - * @return List of SmsMessage objects + * @return List of SmsMessage objects for valid records only. * * {@hide} */