Android.Content.PM.PackageInfo.RequestedPermissionsFlags Property
Array of flags of all NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestUsesPermission tags included under <manifest>, or null if there were none.

Syntax

[Android.Runtime.Register("requestedPermissionsFlags")]
public IList<int> RequestedPermissionsFlags { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Array of flags of all NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestUsesPermission tags included under <manifest>, or null if there were none. This is only filled in if the flag PackageManager.GET_PERMISSIONS was set. Each value matches the corresponding entry in PackageInfo.RequestedPermissions, and will have the flags PackageInfo.RequestedPermissionRequired and PackageInfo.RequestedPermissionGranted set as appropriate.

[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