M mitobobo Member Licensed User Longtime User Jan 3, 2014 #1 Hello everyone! I was able to lock the screen and set a password in order to unlock it. However, I'd like to check whether the user enters a wrong PIN. I know that's possible with http://developer.android.com/refere...oid.app.KeyguardManager.OnKeyguardExitResult) using the Reflection Library if I'm not wrong, but I've got no idea how to do that Thank you so much in advance for your patience and help. Best regards
Hello everyone! I was able to lock the screen and set a password in order to unlock it. However, I'd like to check whether the user enters a wrong PIN. I know that's possible with http://developer.android.com/refere...oid.app.KeyguardManager.OnKeyguardExitResult) using the Reflection Library if I'm not wrong, but I've got no idea how to do that Thank you so much in advance for your patience and help. Best regards
Erel B4X founder Staff member Licensed User Longtime User Jan 5, 2014 #2 Note that this method is deprecated. Google recommend to instead set the flags the will put your app before the lock screen. You will not be able to use this method with reflection. You will need to write a small library. Upvote 0
Note that this method is deprecated. Google recommend to instead set the flags the will put your app before the lock screen. You will not be able to use this method with reflection. You will need to write a small library.