RC-user
RC-user

Reputation: 51

Android unlocking pattern

i wanted to know is there any way to find what pattern was made in the pattern unlock of android.

i mean i want to know what pattern has been made by the user while trying to unlock the phone.

there are broadcast receivers that inform u when the phone is unlocked..... but i want to know whether there is any way i know the pattern every time user tries to unlock correctly or falsely.

Are there any receivers that inform the application at every unlocking pattern?

Thank you..

Upvotes: 0

Views: 766

Answers (1)

BenM
BenM

Reputation: 53198

Thankfully, this isn't possible - it would represent a significant security flaw. Imagine logging the passcode used to unlock an iDevice...

Frankly, I can't see any beneficial use of such a function either. I'd have expected that such things were strictly used for malicious purposes. Why would you be interested in such data?

Upvotes: 3

Related Questions