08-29-2008 06:58 PM
Is there a system event that gets sent to apps when the keyboard is unlocked?
I could not find anything in the old archives or in the API doc.
08-29-2008 07:44 PM
If there is, I haven't found it either.
A possible work-around is to poll ApplicationManager.isSystemLocked() from a backgound thread.
08-29-2008 09:39 PM