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

Commit d9d45fd7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove the UICC specific code from android.se.omapi" into pi-dev

parents 5e9f40a3 37ddb966
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -301,12 +301,6 @@ public class Session {
     *         provide a new logical channel.
     */
    public @Nullable Channel openLogicalChannel(byte[] aid, byte p2) throws IOException {

        if ((mReader.getName().startsWith("SIM")) && (aid == null)) {
            Log.e(TAG, "NULL AID not supported on " + mReader.getName());
            return null;
        }

        if (!mService.isConnected()) {
            throw new IllegalStateException("service not connected to system");
        }