19 lines
428 B
Java
19 lines
428 B
Java
package o;
|
|
|
|
import android.content.Context;
|
|
import android.os.UserManager;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class VMo {
|
|
public static boolean d(Context context) {
|
|
return RVV.b(context);
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
static class RVV {
|
|
static boolean b(Context context) {
|
|
return ((UserManager) context.getSystemService(UserManager.class)).isUserUnlocked();
|
|
}
|
|
}
|
|
}
|