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

Commit 5b740614 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Cleanup documentation for copyMessageToIccEf()" am: e2282d11 am: 872e5f2f

Change-Id: I10c7084d442140d87837fca4fa9a861f6625afc5
parents 6b50d1e5 872e5f2f
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -306,13 +306,17 @@ public class IccSmsInterfaceManager {
    }

    /**
     * Copy a raw SMS PDU to the Icc.
     *
     * @param pdu the raw PDU to store
     * @param status message status (STATUS_ON_ICC_READ, STATUS_ON_ICC_UNREAD,
     *               STATUS_ON_ICC_SENT, STATUS_ON_ICC_UNSENT)
     * @return success or not
     * Copies a raw SMS PDU to the ICC.
     *
     * @param callingPackage the package name of the calling app.
     * @param status message status. One of these status:
     *               <code>STATUS_ON_ICC_READ</code>
     *               <code>STATUS_ON_ICC_UNREAD</code>
     *               <code>STATUS_ON_ICC_SENT</code>
     *               <code>STATUS_ON_ICC_UNSENT</code>
     * @param pdu the raw PDU to store.
     * @param smsc the SMSC for this message. Null means use default.
     * @return true for success. Otherwise false.
     */
    @UnsupportedAppUsage
    public boolean copyMessageToIccEf(String callingPackage, int status, byte[] pdu, byte[] smsc) {