diff options
author | Evan Charlton <evanc@google.com> | 2014-05-14 14:01:47 -0700 |
---|---|---|
committer | Evan Charlton <evanc@google.com> | 2014-05-14 14:01:47 -0700 |
commit | c0d138ab86459883c46551130190d97f76bd7e2f (patch) | |
tree | edcbdc61621292ab1f23a00877d4242002a081cd /telephony/java/com | |
parent | f8c940733ed0aaa95a66cb80181f08e39e4592fa (diff) | |
download | frameworks_base-c0d138ab86459883c46551130190d97f76bd7e2f.zip frameworks_base-c0d138ab86459883c46551130190d97f76bd7e2f.tar.gz frameworks_base-c0d138ab86459883c46551130190d97f76bd7e2f.tar.bz2 |
Revert "Modify TelephonyManager to expose sendEnvelopeWithStatus instead of sendEnvelope."
This reverts commit 37384dedab38239433a41641fe87fc3e51bb6976.
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index ab2a9b8..4341e0e 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -373,16 +373,15 @@ interface ITelephony { int p1, int p2, int p3, String data); /** - * Send ENVELOPE to the SIM and returns the response. + * Send ENVELOPE to the SIM, after processing a proactive command sent by + * the SIM. * * @param contents 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. */ - String sendEnvelopeWithStatus(String content); + String sendEnvelope(String content); /** * Read one of the NV items defined in {@link RadioNVItems} / {@code ril_nv_items.h}. |