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

Commit 8f192f22 authored by Pengquan Meng's avatar Pengquan Meng Committed by Gerrit Code Review
Browse files

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

Merge "SIM card with EF_SPN and display condition b2=0 b1=0,registered home network, the carrier name display was wrong"
parents 6bba919c 1af0844a
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;
    }