Answer the question
In order to leave comments, you need to log in
How to understand if the device is locked by any type of lock (pattern password, PIN, password, face control)?
How to understand if the device is locked by any type of lock (graphic password, PIN, text password, face control)?
PS
android.provider.Settings.Secure.getInt(
context.getContentResolver(),
Settings.Secure.LOCK_PATTERN_ENABLED, 0) == 1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question