Merge "Link to getPlatformPermissionsForGroup() in PermissionInfo.group doc."
This commit is contained in:
committed by
Android (Google) Code Review
commit
6381c8ea93
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user