PIN : start branching logic
This commit is contained in:
parent
0f4da4fca3
commit
d2d6cab839
20 changed files with 316 additions and 78 deletions
|
|
@ -32,4 +32,9 @@ object LockScreenConfig {
|
|||
* The size of the PIN.
|
||||
*/
|
||||
const val PIN_SIZE = 4
|
||||
|
||||
/**
|
||||
* Number of attempts before the user is logged out.
|
||||
*/
|
||||
const val MAX_PIN_CODE_ATTEMPTS_NUMBER_BEFORE_LOGOUT = 3
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue