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

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

View File

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