summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorEvan Charlton <evanc@google.com>2014-05-16 12:50:13 -0700
committerEvan Charlton <evanc@google.com>2014-05-16 12:50:13 -0700
commit210889e91cb2da74e0323292ca156d17df03fe08 (patch)
tree0acb1ad40eb52c0df87f79daa32feec2bd7190bd /telephony/java/com
parent4455f54b5ba98da345c64de1614b0704022d272b (diff)
downloadframeworks_base-210889e91cb2da74e0323292ca156d17df03fe08.zip
frameworks_base-210889e91cb2da74e0323292ca156d17df03fe08.tar.gz
frameworks_base-210889e91cb2da74e0323292ca156d17df03fe08.tar.bz2
Revert "Revert "Expose sendEnvelope.""
This reverts commit 23745256000bffaad4038ad9fe6e2b0941074a53.
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 72398ad..9cbf66e 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -373,6 +373,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.
*