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

Commit d75a6925 authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Remove logic to ignore intents for CDMA phones" am: f3c67a19

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1640976

Change-Id: Ia71b793e4f05dc2d5e685ce75aef637a42d0ae98
parents 2f7820ca f3c67a19
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();