[MEP] The removale slot can read the esim card
Revert the wrong logic for removale slot part at ag/18579901, the removable slot can read the esim card. Bug: 233338345 Test: atest UiccSlotUtilTest Change-Id: Ic2ac6a5cc4d5846b8b1e2ca766348f239bb1b719
This commit is contained in:
@@ -190,8 +190,7 @@ public class EnableMultiSimSidecar extends AsyncTaskSidecar<Void, Boolean> {
|
||||
Set<Integer> activeRemovableLogicalSlotIds = new ArraySet<>();
|
||||
for (UiccSlotInfo info : infos) {
|
||||
for (UiccPortInfo portInfo :info.getPorts()) {
|
||||
if (info != null && portInfo.isActive() && info.isRemovable()
|
||||
&& !info.getIsEuicc()) {
|
||||
if (info != null && portInfo.isActive() && info.isRemovable()) {
|
||||
activeRemovableLogicalSlotIds.add(portInfo.getLogicalSlotIndex());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user