Some renaming.
This commit is contained in:
parent
6d6de1ae3d
commit
d1a4fd76de
29 changed files with 58 additions and 58 deletions
|
|
@ -23,8 +23,8 @@ object LockScreenConfig {
|
|||
/** Whether the PIN is mandatory or not. */
|
||||
const val IS_PIN_MANDATORY: Boolean = false
|
||||
|
||||
/** Set of forbidden PIN. */
|
||||
val PIN_BLACKLIST: Set<String> = setOf("0000", "1234")
|
||||
/** Set of forbidden PIN codes. */
|
||||
val FORBIDDEN_PIN_CODES: Set<String> = setOf("0000", "1234")
|
||||
|
||||
/** The size of the PIN */
|
||||
const val PIN_SIZE: Int = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue