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

Commit 0b8ae52f 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

Change-Id: I58f3f26df7668b264f9eb71e362156520407b7c4
parents 0f2e8df6 8f192f22
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -992,6 +992,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;
    }