Android.Resource.Attribute.PermissionFlags Field
Flags indicating more context for a permission.

Value: 16843719

Syntax

[Android.Runtime.Register("permissionFlags")]
public const int PermissionFlags

Remarks

Flags indicating more context for a permission.
ConstantValueDescription
costsMoney0x0001 Set to indicate that this permission allows an operation that may cost the user money. Such permissions may be highlighted when shown to the user with this additional information.

Must be one or more (separated by '|') of the following constant values.

[Android Documentation]

Requirements

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