public static class

Profile.LockMode

extends Object
java.lang.Object
   ↳ lineageos.app.Profile.LockMode

Class Overview

Lock modes of a device

Summary

Constants
int DEFAULT Represents a default state lock mode (user choice)
int DISABLE Represents a disabled state lock mode, where the devices lock screen can be removed
int INSECURE Represents an insecure state lock mode, where the device has no security screen
Public Constructors
Profile.LockMode()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int DEFAULT

added in API level 2

Represents a default state lock mode (user choice)

Constant Value: 0 (0x00000000)

public static final int DISABLE

added in API level 2

Represents a disabled state lock mode, where the devices lock screen can be removed

Constant Value: 2 (0x00000002)

public static final int INSECURE

added in API level 2

Represents an insecure state lock mode, where the device has no security screen

Constant Value: 1 (0x00000001)

Public Constructors

public Profile.LockMode ()

added in API level 2