summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorDerek Tan <derektan@google.com>2014-02-04 12:05:05 -0800
committerDerek Tan <derektan@google.com>2014-02-12 15:49:13 -0800
commit6eac2ee0fc8a652c4cb1e7ca6602a080d4f82dbd (patch)
tree46ec5cba69db8808d19ec6ee9dcb50d5858bc683 /telephony/java/com
parente0a5c6ec5a9ac2e4b1330c3e133b620aa06ffce7 (diff)
downloadframeworks_base-6eac2ee0fc8a652c4cb1e7ca6602a080d4f82dbd.zip
frameworks_base-6eac2ee0fc8a652c4cb1e7ca6602a080d4f82dbd.tar.gz
frameworks_base-6eac2ee0fc8a652c4cb1e7ca6602a080d4f82dbd.tar.bz2
Expose sendEnvelope.
Change-Id: I21565fae9ba8f163aed9104db355aecf9bae1796
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl11
1 files changed, 11 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index 3ff5a52..5f490af 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -369,6 +369,17 @@ interface ITelephony {
int p1, int p2, int p3, String data);
/**
+ * 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.
+ */
+ String sendEnvelope(String content);
+
+ /**
* Read one of the NV items defined in {@link RadioNVItems} / {@code ril_nv_items.h}.
* Used for device configuration by some CDMA operators.
*