AndroidAppLockscreen icon indicating copy to clipboard operation
AndroidAppLockscreen copied to clipboard

Lock timeout - how?

Open fapsisu opened this issue 4 years ago • 3 comments

Library has lock timeout enabling? Is it possible to somehow add such functionality myself?

fapsisu avatar Mar 18 '22 11:03 fapsisu

Hello, I'm not sure what you mean by lock timeout. Can you please elaborate?

p32929 avatar Mar 18 '22 12:03 p32929

The time after which the application in the background will be blocked and you will need to enter the PIN code again.

fapsisu avatar Mar 18 '22 15:03 fapsisu

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

p32929 avatar Mar 18 '22 16:03 p32929