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

Commit 64820af4 authored by Shishir Agrawal's avatar Shishir Agrawal
Browse files

Add public qualifier to TelephonyManager.TeleiccExchangeSimIO.

Seems to have gotten overlooked in the last change.

Bug: 17031384
Change-Id: If7f92c128ddddd606510d7acf88168aebc061e80
parent 1de02ee3
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -29692,6 +29692,7 @@ package android.telephony {
    method public int hasCarrierPrivileges();
    method public int hasCarrierPrivileges();
    method public boolean hasIccCard();
    method public boolean hasIccCard();
    method public boolean iccCloseLogicalChannel(int);
    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 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 iccTransmitApduBasicChannel(int, int, int, int, int, java.lang.String);
    method public java.lang.String iccTransmitApduLogicalChannel(int, 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 Original line Diff line number Diff line
@@ -2459,7 +2459,7 @@ public class TelephonyManager {
     * @param filePath
     * @param filePath
     * @return The APDU response.
     * @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) {
            String filePath) {
        try {
        try {
            return getITelephony().iccExchangeSimIO(fileID, command, p1, p2,
            return getITelephony().iccExchangeSimIO(fileID, command, p1, p2,