am 42b16482: Add option to allow no-unlock-on-slider-open

Merge commit '42b1648212d31dbc63518ca8379f145fef1efcb8' into eclair-plus-aosp

* commit '42b1648212d31dbc63518ca8379f145fef1efcb8':
  Add option to allow no-unlock-on-slider-open
This commit is contained in:
Dan Murphy
2009-08-26 21:01:02 -07:00
committed by Android Git Automerger

View File

@@ -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>