Udostępnij za pośrednictwem


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

Name Value Description
FeaturesNone 0
WidgetsAll 1
SecureCamera 2

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

SecureNotifications 4
UnredactedNotifications 8
TrustAgents 16
Fingerprint 32
RemoteInput 64
Face 128
Iris 256
Biometrics 416
KeyguardDisableShortcutsAll 512
FeaturesAll 2147483647

Disable all current and future keyguard customizations.

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