KeyguardDisable Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.App.Admin.DevicePolicyManager.SetKeyguardDisabledFeatures member.

public enum KeyguardDisable
type KeyguardDisable = 
Inheritance
KeyguardDisable

Fields

Biometrics 416
Face 128
FeaturesAll 2147483647

Disable all current and future keyguard customizations.

FeaturesNone 0
Fingerprint 32
Iris 256
KeyguardDisableShortcutsAll 512
RemoteInput 64
SecureCamera 2

Disable the camera on secure keyguard screens (e.g.

SecureNotifications 4
TrustAgents 16
UnredactedNotifications 8
WidgetsAll 1

Remarks

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