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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to