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

Commit 20abbc58 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 rvc-dev

parents e159dbb0 121c969e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -565,6 +565,13 @@ public class SubscriptionInfo implements Parcelable {
        return mGroupUUID;
    }

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

    /**
     * @hide
     */