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

Commit e95073cf authored by Arun kumar Voddu's avatar Arun kumar Voddu Committed by Android (Google) Code Review
Browse files

Merge "Version check correction from HAL_SERVICE_RADIO to HAL_SERVICE_SIM"

parents f6ec29f3 3c9f76db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4946,7 +4946,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
    @Override
    public boolean canToggleUiccApplicationsEnablement() {
        return !getRadioServiceProxy(RadioSimProxy.class, null).isEmpty()
                && mHalVersion.get(HAL_SERVICE_RADIO).greaterOrEqual(RADIO_HAL_VERSION_1_5);
                && mHalVersion.get(HAL_SERVICE_SIM).greaterOrEqual(RADIO_HAL_VERSION_1_5);
    }

    @Override