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

Commit a0729d34 authored by Derek Tan's avatar Derek Tan Committed by Android (Google) Code Review
Browse files

Merge "Update the comment in sendEnvelope." into lmp-dev

parents 12443339 1eda6876
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2511,9 +2511,9 @@ public class TelephonyManager {
     * @param content String containing SAT/USAT response in hexadecimal
     *                format starting with command tag. See TS 102 223 for
     *                details.
     * @return The APDU response from the ICC card, with the last 4 bytes
     *         being the status word. If the command fails, returns an empty
     *         string.
     * @return The APDU response from the ICC card in hexadecimal format
     *         with the last 4 bytes being the status word. If the command fails,
     *         returns an empty string.
     */
    public String sendEnvelopeWithStatus(String content) {
        try {