PermissionInfo.FlagInstalled Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.PM.PermissionInfoFlags enum directly instead of this field.

Flag for #flags, indicating that this permission has been installed into the system's globally defined permissions.

[Android.Runtime.Register("FLAG_INSTALLED", ApiSince=23)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.PermissionInfoFlags enum directly instead of this field.", true)]
public const Android.Content.PM.PermissionInfoFlags FlagInstalled = 1073741824;
[<Android.Runtime.Register("FLAG_INSTALLED", ApiSince=23)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.PermissionInfoFlags enum directly instead of this field.", true)>]
val mutable FlagInstalled : Android.Content.PM.PermissionInfoFlags

Field Value

Value = 1073741824

Implements

Attributes

Remarks

Flag for #flags, indicating that this permission has been installed into the system's globally defined permissions.

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

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