Merge "Fix description of indices for messages in the ICC." am: 1a1dcba955 am: 803802e7c1 am: 4867cfabff am: 0d38403c78
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1365796 Change-Id: Idbbaeacf1fb25b5e2e86c4a72dd690edcbcdea6a
This commit is contained in:
@@ -1715,8 +1715,7 @@ public final class SmsManager {
|
|||||||
* operation is performed on the correct subscription.
|
* operation is performed on the correct subscription.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @param messageIndex This is the same index used to access a message
|
* @param messageIndex the message index of the message in the ICC (1-based index).
|
||||||
* from {@link #getMessagesFromIcc()}.
|
|
||||||
* @return true for success, false if the operation fails. Failure can be due to IPC failure,
|
* @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
|
* 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.
|
* operation is performed on the correct subscription.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @return <code>List</code> of <code>SmsMessage</code> objects
|
* @return <code>List</code> of <code>SmsMessage</code> objects for valid records only.
|
||||||
*
|
*
|
||||||
* {@hide}
|
* {@hide}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user