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

Commit a78b8958 authored by Derek Tan's avatar Derek Tan
Browse files

Make public the getIccId function.

Bug: 17255752

Change-Id: Id1ffc49e0b2c9674b1631bbd5662be8889d97ed7
parent 17e77849
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -594,7 +594,7 @@ public class UiccCard {
        return sp.getString(OPERATOR_BRAND_OVERRIDE_PREFIX + iccId, null);
    }

    private String getIccId() {
    public String getIccId() {
        // ICCID should be same across all the apps.
        for (UiccCardApplication app : mUiccApplications) {
            if (app != null) {