Android.App.Admin.DevicePolicyManager.GetKeyguardDisabledFeatures Method
Determine whether or not features have been disabled in keyguard either by the current admin, if specified, or all admins.

Syntax

[Android.Runtime.Register("getKeyguardDisabledFeatures", "(Landroid/content/ComponentName;)I", "GetGetKeyguardDisabledFeatures_Landroid_content_ComponentName_Handler")]
[return:Android.Runtime.GeneratedEnum]
public virtual KeyguardDisable GetKeyguardDisabledFeatures (Android.Content.ComponentName admin)

Parameters

admin
The name of the admin component to check, or null to check if any admins have disabled features in keyguard.

Returns

Documentation for this section has not yet been entered.

Remarks

Determine whether or not features have been disabled in keyguard either by the current admin, if specified, or all admins.

[Android Documentation]

Requirements

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