Can you tell me what classes would allow me to disable the lock from within the program? Is it KeyguardManager, KeyguardLock?
Thanks On Apr 20, 7:48 pm, Mark Murphy <[email protected]> wrote: > dilit wrote: > > Thank you very much for the prompt reply! > > The only thing that can salvage our idea is if we can open > > the screen lock programmatically. Is that possible? > > With the proper permissions, you can disable the screen lock. > > > Can we know within the program, if screen lock is on? > > android.provider.Settings.System -- you want the LOCK_PATTERN_ENABLED > setting. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

