tags:

views:

70

answers:

1

I'm installing Android in a mobile without touch screen. I wonder if is there a way of turn of the screen lock, or unlock it some other way then slide the screen?

Any help will be appreciated.

+2  A: 

Yes, it's referred to as the "keyguard" and can be controlled with the KeyguardManager

Brad Hein
Additionally, an example can be found at: http://developer.android.com/guide/topics/testing/testing_android.html#UnlockDevice
Tom Brito