diff options
| author | Dan Murphy <D.Murphy@motorola.com> | 2009-08-24 17:38:27 -0500 |
|---|---|---|
| committer | -b master <eastham@google.com> | 2009-08-26 20:57:17 -0700 |
| commit | 42b1648212d31dbc63518ca8379f145fef1efcb8 (patch) | |
| tree | daf2386ef031153cf644609a8e082a4ba989d4d0 | |
| parent | d21a04c06c0d9b1cb401c30bf6da778010872957 (diff) | |
| download | frameworks_base-42b1648212d31dbc63518ca8379f145fef1efcb8.zip frameworks_base-42b1648212d31dbc63518ca8379f145fef1efcb8.tar.gz frameworks_base-42b1648212d31dbc63518ca8379f145fef1efcb8.tar.bz2 | |
Add option to allow no-unlock-on-slider-open
Signed-off-by: Dan Murphy <D.Murphy@motorola.com>
| -rw-r--r-- | core/res/res/values/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 9966930..86e6139 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -59,4 +59,9 @@ <!-- The number of degrees to rotate the display when the device is in a dock. --> <integer name="config_dockedRotation">90</integer> + + <!-- Flag indicating whether the keyguard should be bypassed when + the slider is open. This can be set or unset depending how easily + the slider can be opened (for example, in a pocket or purse). --> + <bool name="config_bypass_keyguard_if_slider_open">true</bool> </resources> |
