[android-developers] What is a keyguard?

2011-03-17 Thread mboehmer
The term keyguard appears very often in the documentation but I was not able to find a definition. What is the keyguard and what does it mean when it is on or off? Do apps actively use this component? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] What is a keyguard?

2011-03-17 Thread Marcin Orlowski
On 17 March 2011 21:09, mboehmer mboeh...@fh-muenster.de wrote: The term keyguard appears very often in the documentation but I was not able to find a definition. What is the keyguard and what does it mean when it is on or off? Do apps actively use this component? Are you *really* not

Re: [android-developers] What is a keyguard?

2011-03-17 Thread TreKing
On Thu, Mar 17, 2011 at 3:09 PM, mboehmer mboeh...@fh-muenster.de wrote: The term keyguard appears very often in the documentation but I was not able to find a definition. Doing this: http://tinyurl.com/68z2g9h Would lead you to this:

[android-developers] What is a KeyGuard?

2011-01-24 Thread DulcetTone
Is an Android KeyGuard the swipey thing to unlock the home screen, or is it a screen that requires security code or pattern to be entered, or is it both of these things? If only the second, why is it that a KeyGuardLock.disableKeyguard() is documented as Note: This call has no effect while any

Re: [android-developers] What is a KeyGuard?

2011-01-24 Thread Mark Murphy
On Mon, Jan 24, 2011 at 5:05 PM, DulcetTone dulcett...@gmail.com wrote: Is an Android KeyGuard the swipey thing to unlock the home screen, or is it a screen that requires security code or pattern to be entered, or is it both of these things? AFAIK, it is both. -- Mark Murphy (a Commons Guy)