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

Commit be484612 authored by SongFerng Wang's avatar SongFerng Wang Committed by Automerger Merge Worker
Browse files

Merge "[security] SubscriptionGroup is exposed to unprivileged callers" into sc-dev am: 606c1c77

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14440165

Change-Id: I1ba4f26cda0549a85ad011feb637806638183e7c
parents 8c9001a5 606c1c77
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
     */