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

Commit 8890aaf7 authored by jsh's avatar jsh
Browse files

SimRecords.getServiceProviderName() always returned null.

Fixes bug 1955060.  spn was defined in both SimRecords and base class IccRecords.
parent 65363830
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -92,7 +92,6 @@ public final class SIMRecords extends IccRecords {
    byte[] mEfCfis = null;


    String spn;
    int spnDisplayCondition;
    // Numeric network codes listed in TS 51.011 EF[SPDI]
    ArrayList<String> spdiNetworks = null;