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

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

Merge "Fixed the RADIO HAL version check to update the carrierLockInfo variable." into main

parents 029f080f d70716ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ public class SimResponse extends IRadioSimResponse.Stub {
            android.hardware.radio.sim.CarrierRestrictions carrierRestrictions,
            int multiSimPolicy) {
        RILRequest rr = mRil.processResponse(HAL_SERVICE_SIM, responseInfo);
        boolean carrierLockInfoSupported = mRil.getHalVersion(HAL_SERVICE_SIM).greater(
        boolean carrierLockInfoSupported = mRil.getHalVersion(HAL_SERVICE_SIM).greaterOrEqual(
                RIL.RADIO_HAL_VERSION_2_2);
        if (rr == null) {
            return;