Most visited

Recently visited

UserManagerCompat

public class UserManagerCompat
extends Object

java.lang.Object
   ↳ android.support.v4.os.UserManagerCompat


Helper for accessing features in UserManager introduced after API level 4 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

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

Hooray!