added in version 24.1.0
belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
UserManagerCompat
public
class
UserManagerCompat
extends Object
java.lang.Object | |
↳ | android.support.v4.os.UserManagerCompat |
Helper for accessing features in UserManager
in a backwards compatible
fashion.
Summary
Public methods | |
---|---|
static
boolean
|
isUserUnlocked(Context context)
Return whether the calling user is running in an "unlocked" state. |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
Public methods
isUserUnlocked
added in version 24.1.0
boolean isUserUnlocked (Context context)
Return whether the calling user is running in an "unlocked" state. A user is unlocked only after they've entered their credentials (such as a lock pattern or PIN), and credential-encrypted private app data storage is available.
Parameters | |
---|---|
context |
Context |
Returns | |
---|---|
boolean |