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

Commit 66361d76 authored by Zhao Fan's avatar Zhao Fan
Browse files

Telephony: Change CDMA carrier name display rule for home network

At home network, if no SPN provisioned in user card, device displays PLMN.

CRs-Fixed: 784419

Change-Id: I931b25937e494b4efbf100931da9a376dd921e9b
parent 368bf0d4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -459,7 +459,8 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker {

                if (showSpn && (iconIndex == EriInfo.ROAMING_INDICATOR_OFF) &&
                    isInHomeSidNid(mSS.getSystemId(), mSS.getNetworkId()) &&
                    mIccRecords != null) {
                    mIccRecords != null &&
                    !TextUtils.isEmpty(mIccRecords.getServiceProviderName())) {
                    mSS.setOperatorAlphaLong(mIccRecords.getServiceProviderName());
                }
            }