AndroidAppLockscreen
AndroidAppLockscreen copied to clipboard
Lock timeout - how?
Library has lock timeout enabling? Is it possible to somehow add such functionality myself?
Hello, I'm not sure what you mean by lock timeout. Can you please elaborate?
The time after which the application in the background will be blocked and you will need to enter the PIN code again.
Oww, I haven't implemented the feature myself, but it can be achieved by adding a timeout/timer here: https://github.com/p32929/AndroidAppLockscreen/blob/dfcc588924ad6a100fbbc0e422b4dc878fbb91f7/easypasscodelock/src/main/java/p32929/easypasscodelock/Utils/LockscreenHandler.java#L42