Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f2548f5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix description of indices for messages in the ICC." am: 1a1dcba9 am:...

Merge "Fix description of indices for messages in the ICC." am: 1a1dcba9 am: 803802e7 am: 4867cfab am: 0d38403c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1365796

Change-Id: Idbbaeacf1fb25b5e2e86c4a72dd690edcbcdea6a
parents 353c4b11 0d38403c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1715,8 +1715,7 @@ public final class SmsManager {
     * operation is performed on the correct subscription.
     * </p>
     *
     * @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.
     * </p>
     *
     * @return <code>List</code> of <code>SmsMessage</code> objects
     * @return <code>List</code> of <code>SmsMessage</code> objects for valid records only.
     *
     * {@hide}
     */