From 64820af4e56cd5d6a6afcfde93d94427257a7677 Mon Sep 17 00:00:00 2001 From: Shishir Agrawal Date: Thu, 14 Aug 2014 12:09:02 -0700 Subject: [PATCH] Add public qualifier to TelephonyManager.TeleiccExchangeSimIO. Seems to have gotten overlooked in the last change. Bug: 17031384 Change-Id: If7f92c128ddddd606510d7acf88168aebc061e80 --- api/current.txt | 1 + telephony/java/android/telephony/TelephonyManager.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/current.txt b/api/current.txt index d85aa81e0f9fb..c650d0773649c 100644 --- a/api/current.txt +++ b/api/current.txt @@ -29692,6 +29692,7 @@ package android.telephony { method public int hasCarrierPrivileges(); method public boolean hasIccCard(); method public boolean iccCloseLogicalChannel(int); + method public byte[] iccExchangeSimIO(int, int, int, int, int, java.lang.String); method public android.telephony.IccOpenLogicalChannelResponse iccOpenLogicalChannel(java.lang.String); method public java.lang.String iccTransmitApduBasicChannel(int, int, int, int, int, java.lang.String); method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.lang.String); diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index c50110a58b1b6..d4f8362f66f41 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -2459,7 +2459,7 @@ public class TelephonyManager { * @param filePath * @return The APDU response. */ - byte[] iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3, + public byte[] iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3, String filePath) { try { return getITelephony().iccExchangeSimIO(fileID, command, p1, p2,