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

Commit f3c67a19 authored by Sarah Chin's avatar Sarah Chin Committed by Gerrit Code Review
Browse files

Merge "Remove logic to ignore intents for CDMA phones"

parents 6d894a4d ae844365
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -583,12 +583,6 @@ public class ServiceStateTracker extends Handler {
                return;
            }

            // TODO: Remove this weird check left over from CDMA/GSM service state tracker merge.
            if (!mPhone.isPhoneTypeGsm()) {
                loge("Ignoring intent " + intent + " received on CDMA phone");
                return;
            }

            if (intent.getAction().equals(Intent.ACTION_LOCALE_CHANGED)) {
                // update emergency string whenever locale changed
                updateSpnDisplay();