I am developing my own xposed module, and it will interfere the process of verifying the password user had entered, and then do some stuff.
Which method and from which package should i hook? I tried to hook checkPassword() method from com.android.internal.widget.LockPatternUtils, but it didn't work. Log says, that this method wasn't found
So which method should I hook with Xposed if i try to interfere the process of checking user's password entered on lockscreen?