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

Commit 258ed5bd authored by Qingxi Li's avatar Qingxi Li
Browse files

Add API to check extended APDU Supported

Add API UiccSlot#isExtendedApduSupported

Bug: 68999147
Test: bit FrameworksTelephonyTests:*
Change-Id: I5112b5a6a04863b41f5881ce3091174f79c9ccf4
parent cddf2b52
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -201,6 +201,10 @@ public class UiccSlot extends Handler {
        }
    }

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

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