Link to getPlatformPermissionsForGroup() in PermissionInfo.group doc.

Test: presubmit
Change-Id: Id98bd5bdeff5270832487c8b89770c87c135c95b
This commit is contained in:
Hai Zhang
2022-01-26 20:20:01 +00:00
parent 8981d131ca
commit 9af8ad18e3

View File

@@ -363,6 +363,9 @@ public class PermissionInfo extends PackageItemInfo implements Parcelable {
/**
* The group this permission is a part of, as per
* {@link android.R.attr#permissionGroup}.
* <p>
* The actual grouping of platform-defined runtime permissions is subject to change and can be
* queried with {@link PackageManager#getGroupOfPlatformPermission}.
*/
public @Nullable String group;