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

Commit 21b2c181 authored by Vineeta Srivastava's avatar Vineeta Srivastava Committed by Android (Google) Code Review
Browse files

Merge "UICC: to avoid overwriting ICC operator numeric" into klp-dev

parents 13fa971b 8469152d
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -234,9 +234,12 @@ public class CDMAPhone extends PhoneBase {

        // Sets operator numeric property by retrieving from build-time system property
        String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
        if (!TextUtils.isEmpty(operatorNumeric) &&
            (mUiccController.getUiccCardApplication(UiccController.APP_FAM_3GPP) == null)) {
            log("CDMAPhone: init set 'gsm.sim.operator.numeric' to operator='" +
                    operatorNumeric + "'");
            setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric);
        }

        // Sets iso country property by retrieving from build-time system property
        setIsoCountryProperty(operatorNumeric);