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

Commit fb186a5d authored by Shishir Agrawal's avatar Shishir Agrawal Committed by Android (Google) Code Review
Browse files

Merge "Modify TelephonyManager to expose sendEnvelopeWithStatus instead of...

Merge "Modify TelephonyManager to expose sendEnvelopeWithStatus instead of sendEnvelope." into master-nova
parents ddd9d56c 5b2ac949
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -387,10 +387,10 @@ public class UiccCard {
    }
    }


    /**
    /**
     * Exposes {@link CommandsInterface.sendEnvelope}
     * Exposes {@link CommandsInterface.sendEnvelopeWithStatus}
     */
     */
    public void sendEnvelope(String contents, Message response) {
    public void sendEnvelopeWithStatus(String contents, Message response) {
        mCi.sendEnvelope(contents, response);
        mCi.sendEnvelopeWithStatus(contents, response);
    }
    }


    private void log(String msg) {
    private void log(String msg) {