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

Commit 4d647c1b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Print carrier config access rules properly"

parents d4cfc75a efca92ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -826,7 +826,7 @@ public class SubscriptionInfo implements Parcelable {
                + " hplmns=" + Arrays.toString(mHplmns)
                + " subscriptionType=" + mSubscriptionType
                + " mGroupOwner=" + mGroupOwner
                + " carrierConfigAccessRules=" + mCarrierConfigAccessRules
                + " carrierConfigAccessRules=" + Arrays.toString(mCarrierConfigAccessRules)
                + " mAreUiccApplicationsEnabled=" + mAreUiccApplicationsEnabled + "}";
    }