Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6381c8ea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Link to getPlatformPermissionsForGroup() in PermissionInfo.group doc."

parents e3b13f3c 9af8ad18
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;