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

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

Merge "Add API to check extended APDU Supported"

am: 4efe6894

Change-Id: I13b66cf99297358dfee809ece2e5f8f9101ea719
parents 717946b8 4efe6894
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");