Android.Content.PM.PackageInfo.RequestedPermissionGranted Field
Flag for PackageInfo.RequestedPermissionsFlags: the requested permission is currently granted to the application.

Value: 2

Syntax

[Android.Runtime.Register("REQUESTED_PERMISSION_GRANTED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.RequestedPermission enum directly instead of this field.")]
public const RequestedPermission RequestedPermissionGranted

Remarks

Flag for PackageInfo.RequestedPermissionsFlags: the requested permission is currently granted to the application.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16