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

Commit c7665fb5 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: Icdea3fdeddc4619d86690937b78b39ad389ac7f5
parents aa07ad6b 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
     */