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

Commit 19f59aaa authored by Qingxi Li's avatar Qingxi Li Committed by Android (Google) Code Review
Browse files

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

parents 54be3d16 258ed5bd
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");