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

Commit c6f75437 authored by Pengquan Meng's avatar Pengquan Meng Committed by android-build-merger
Browse files

Merge "SIM card with EF_SPN and display condition b2=0 b1=0registered home...

Merge "SIM card with EF_SPN and display condition b2=0 b1=0registered home network, the carrier name display was wrong" am: 8f192f22 am: 0b8ae52f am: fd7c9314
am: 8b1a0aa6

Change-Id: Ic671008112ec54f04dc0e23dfa6c6a0c07c5e51a
parents 1cc4130e 8b1a0aa6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1010,6 +1010,8 @@ public abstract class IccRecords extends Handler implements IccConstants {
        if (!ArrayUtils.isEmpty(spdi)) {
            hplmns = ArrayUtils.concatElements(String.class, hplmns, spdi);
        }
        // If hplmns don't contain hplmn, we need to add hplmn to hplmns
        hplmns = ArrayUtils.appendElement(String.class, hplmns, hplmn);
        return hplmns;
    }