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

This commit is contained in:
SongFerng Wang
2021-05-06 03:19:48 +00:00
committed by Android (Google) Code Review

View File

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