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

Commit 8ff0cbdf authored by Amit Mahajan's avatar Amit Mahajan Committed by Android Git Automerger
Browse files

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

* commit '5d8a08eb':
  Change to update SPN based on spn-conf.xml.
parents acaf3d23 5d8a08eb
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());
        }
    }