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

Commit 5d8a08eb authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Change to update SPN based on spn-conf.xml." into lmp-dev

parents 2b3d92bf 8d298c85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1487,6 +1487,7 @@ public class SIMRecords extends IccRecords {
    private void setSpnFromConfig(String carrier) {
        if (mSpnOverride.containsCarrier(carrier)) {
            setServiceProviderName(mSpnOverride.getSpn(carrier));
            SystemProperties.set(PROPERTY_ICC_OPERATOR_ALPHA, getServiceProviderName());
        }
    }