Android : Verify an Android device security PIN via API

on Sunday, September 7, 2014


Is it possible to programatically verify an android devices security PIN from an app? (The numerical code used to unlock the device when it wakes up).


I am not interested in retrieving the PIN itself, instead I am looking for a way use the API to submit a number sequence (e.g. 1234 or 0000) and get a boolean response stating whether the code is correct?


0 comments:

Post a Comment