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

Commit cd474797 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Print carrier config access rules properly" into rvc-dev am: 7d1b787c am: 204ddfe8

Change-Id: I0682aee4853579773e5f91f4e9c59832509bf8b5
parents 16eb399e 204ddfe8
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 + "}";
    }