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

Commit 2b0d305e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I42e7f09ef3cd959f2a42428a18d499f70822aa34
parents e897b042 5b740614
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -315,13 +315,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) {