Merge "Remove the UICC specific code from android.se.omapi"

This commit is contained in:
Ruchi Kandoi
2018-03-13 17:56:26 +00:00
committed by Gerrit Code Review

View File

@@ -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");
}