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

Commit 7c1debea authored by Jack Yu's avatar Jack Yu
Browse files

Added FDN handling in AdnRecordLoader class.

bug: 21851547
Change-Id: Ibfc12a872a7643013ff207641f2254af3d24b3cd
parent 1d7647ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ public abstract class IccFileHandler extends Handler implements IccConstants {
        Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE,
                        new LoadLinearFixedContext(fileid, efPath, onLoaded));

        mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, path,
        mCi.iccIOForApp(COMMAND_GET_RESPONSE, fileid, efPath,
                        0, 0, GET_RESPONSE_EF_SIZE_BYTES, null, null, mAid, response);
    }