PermissionInfo.Group Property

Definition

The group this permission is a part of, as per android.R.attr#permissionGroup.

[Android.Runtime.Register("group")]
public string? Group { get; set; }
[<Android.Runtime.Register("group")>]
member this.Group : string with get, set

Property Value

Attributes

Remarks

The group this permission is a part of, as per android.R.attr#permissionGroup.

The actual grouping of platform-defined runtime permissions is subject to change and can be queried with PackageManager#getGroupOfPlatformPermission.

Java documentation for android.content.pm.PermissionInfo.group.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to