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

Commit 94d4eff1 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: Id3fe9b06b3af63eee89e519e9c0579e563d71df7
parents 9b6c1d7b 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
     */