Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a34bdb18 authored by Shishir Agrawal's avatar Shishir Agrawal Committed by Android (Google) Code Review
Browse files

Merge "Add public qualifier to TelephonyManager.TeleiccExchangeSimIO." into lmp-dev

parents 3a6eba01 64820af4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29640,6 +29640,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);
+1 −1
Original line number Diff line number Diff line
@@ -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,