Small cleanup
This commit is contained in:
parent
ccfc4c3bac
commit
3c48ee23e9
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ data class LockScreenConfig(
|
|||
val isPinMandatory: Boolean,
|
||||
|
||||
/**
|
||||
* Some PINs are blacklisted.
|
||||
* Some PINs are forbidden.
|
||||
*/
|
||||
val pinBlacklist: Set<String>,
|
||||
|
||||
|
|
@ -56,6 +56,7 @@ data class LockScreenConfig(
|
|||
* Authentication with strong methods (fingerprint, some face/iris unlock implementations) is supported.
|
||||
*/
|
||||
val isStrongBiometricsEnabled: Boolean,
|
||||
|
||||
/**
|
||||
* Authentication with weak methods (most face/iris unlock implementations) is supported.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue