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

Commit ae844365 authored by Sarah Chin's avatar Sarah Chin
Browse files

Remove logic to ignore intents for CDMA phones

Test: atest ServiceStateTrackerTest
Fix: 180749251
Change-Id: I5e13c269e65ff16b6d153ca70401ed24124efceb
Merged-In: I5e13c269e65ff16b6d153ca70401ed24124efceb
parent bca0c512
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();