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

Commit 49404e45 authored by Russell Brenner's avatar Russell Brenner Committed by Android (Google) Code Review
Browse files

Merge "Reset OTASP state during initialization" into lmp-dev

parents 8f7d6f25 0f0a38c3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -211,6 +211,9 @@ public class CdmaServiceStateTracker extends ServiceStateTracker {
        setSignalStrengthDefaultValues();

        mHbpcdUtils = new HbpcdUtils(phone.getContext());

        // Reset OTASP state in case previously set by another service
        phone.notifyOtaspChanged(OTASP_UNINITIALIZED);
    }

    @Override