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

Commit 170a823b authored by Qingxi Li's avatar Qingxi Li Committed by android-build-merger
Browse files

Merge "Add API to check extended APDU Supported" into pi-dev

am: 19f59aaa

Change-Id: I7d025ca7d31e18e8e9817488c4636f7126e180ea
parents a94d2e1c 19f59aaa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -198,6 +198,10 @@ public class UiccSlot extends Handler {
        }
    }

    public boolean isExtendedApduSupported() {
        return  (mAtr != null && mAtr.isExtendedApduSupported());
    }

    @Override
    protected void finalize() {
        if (DBG) log("UiccSlot finalized");