Merge "[security] SubscriptionGroup is exposed to unprivileged callers" into rvc-dev

This commit is contained in:
SongFerng Wang
2021-06-08 05:59:52 +00:00
committed by Android (Google) Code Review

View File

@@ -565,6 +565,13 @@ public class SubscriptionInfo implements Parcelable {
return mGroupUUID;
}
/**
* @hide
*/
public void clearGroupUuid() {
this.mGroupUUID = null;
}
/**
* @hide
*/