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

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

Merge "[security] SubscriptionGroup is exposed to unprivileged callers" into rvc-dev am: 20abbc58

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

Change-Id: Ia74d0f420b472f1e86b28e42a0e056cb6de32e4b
parents 9f29f148 20abbc58
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
     */