Android.App.KeyguardManager Class
Class that can be used to lock and unlock the keyboard.

See Also: KeyguardManager Members

Syntax

[Android.Runtime.Register("android/app/KeyguardManager", DoNotGenerateAcw=true)]
public class KeyguardManager : Java.Lang.Object

Remarks

Class that can be used to lock and unlock the keyboard. Get an instance of this class by calling Android.Content.Context.GetSystemService(string) with argument Android.Content.Context.KeyguardService. The actual class to control the keyboard locking is NoType:android/app/KeyguardManager$KeyguardLock;Href=../../../reference/android/app/KeyguardManager.KeyguardLock.html.

[Android Documentation]

Requirements

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