Loading telephony/java/android/telephony/TelephonyManager.java +3 −3 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
telephony/java/android/telephony/TelephonyManager.java +3 −3 Original line number Diff line number Diff line Loading @@ -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 { Loading