diff options
| author | Derek Tan <derektan@google.com> | 2014-09-05 14:56:32 -0700 |
|---|---|---|
| committer | Derek Tan <derektan@google.com> | 2014-09-05 14:56:32 -0700 |
| commit | 1eda68766be31fdf4a0c038ed6a459b3df0311fe (patch) | |
| tree | 5c6acef9dd8d38a4bc3d91aefd23b93b2e0c4b7e /telephony | |
| parent | 605e71922e83e887991b2ef2bce1b24358098288 (diff) | |
| download | frameworks_base-1eda68766be31fdf4a0c038ed6a459b3df0311fe.zip frameworks_base-1eda68766be31fdf4a0c038ed6a459b3df0311fe.tar.gz frameworks_base-1eda68766be31fdf4a0c038ed6a459b3df0311fe.tar.bz2 | |
Update the comment in sendEnvelope.
Bug: 17255752
Change-Id: I4b56447e28bc9838b9ae0425a3673891647116d1
Diffstat (limited to 'telephony')
| -rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index cdee3de..ab63e1d 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -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 { |
