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

Commit 606c1c77 authored by SongFerng Wang's avatar SongFerng Wang Committed by Android (Google) Code Review
Browse files

Merge "[security] SubscriptionGroup is exposed to unprivileged callers" into sc-dev

parents a54290f3 127dc78e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -569,6 +569,13 @@ public class SubscriptionInfo implements Parcelable {
        return mGroupUUID;
    }

    /**
     * @hide
     */
    public void clearGroupUuid() {
        this.mGroupUUID = null;
    }

    /**
     * @hide
     */