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

Commit 946ef717 authored by Derek Tan's avatar Derek Tan Committed by Android (Google) Code Review
Browse files

Merge "Make public the getIccId function." into lmp-dev

parents 9019a6d7 a78b8958
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) {