DeviceAdminInfo.UsesPolicyDisableKeyguardFeatures Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.

A type of policy that this device admin can use: disables use of keyguard features.

[Android.Runtime.Register("USES_POLICY_DISABLE_KEYGUARD_FEATURES")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.", true)]
public const Android.App.Admin.DeviceAdminUses UsesPolicyDisableKeyguardFeatures = 9;
[<Android.Runtime.Register("USES_POLICY_DISABLE_KEYGUARD_FEATURES")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.", true)>]
val mutable UsesPolicyDisableKeyguardFeatures : Android.App.Admin.DeviceAdminUses

Field Value

DeviceAdminUses

Implements

Attributes

Remarks

Java documentation for android.app.admin.DeviceAdminInfo.USES_POLICY_DISABLE_KEYGUARD_FEATURES.

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