Merge "[security] SubscriptionGroup is exposed to unprivileged callers" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
20abbc5875
@@ -565,6 +565,13 @@ public class SubscriptionInfo implements Parcelable {
|
||||
return mGroupUUID;
|
||||
}
|
||||
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
public void clearGroupUuid() {
|
||||
this.mGroupUUID = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user