We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3928566 commit fa7197dCopy full SHA for fa7197d
README.md
@@ -66,6 +66,7 @@ Step 2: Add ```EasyLock.checkPassword(this);``` in your ```MainActivity```'s ```
66
* To check password, call ```EasyLock.checkPassword();```
67
* To change password, call ```EasyLock.changePassword();```
68
* To disable password, call ```EasyLock.disablePassword();```
69
+* To see if clicked on Forgot password call ```EasyLock.forgotPassword()``` with a ```new View.OnClickListener()```
70
71
Check out the app in the repository for more info :)
72
Enjoy...
0 commit comments