add config overlay
[android_pandora.git] / overlay / frameworks / base / core / res / res / values / config.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 /*
4 ** Copyright 2009, The Android Open Source Project
5 **
6 ** Licensed under the Apache License, Version 2.0 (the "License"); 
7 ** you may not use this file except in compliance with the License. 
8 ** You may obtain a copy of the License at 
9 **
10 **     http://www.apache.org/licenses/LICENSE-2.0 
11 **
12 ** Unless required by applicable law or agreed to in writing, software 
13 ** distributed under the License is distributed on an "AS IS" BASIS, 
14 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
15 ** See the License for the specific language governing permissions and 
16 ** limitations under the License.
17 */
18 -->
19
20 <!-- These resources are around just to allow their values to be customized
21      for different hardware and product builds. -->
22 <resources>
23     <!-- Flag indicating whether the surface flinger is inefficient
24          at performing a blur.  Used by parts of the UI to turn off
25          the blur effect where it isn't worth the performance hit. -->
26     <bool name="config_sf_slowBlur">true</bool>
27     
28     <!-- Flag indicating whether the keyguard should be bypassed when
29          the slider is open.  This can be set or unset depending how easily
30          the slider can be opened (for example, in a pocket or purse). -->
31     <bool name="config_bypass_keyguard_if_slider_open">true</bool>
32  
33     <!-- If true, the screen can be rotated via the accelerometer in all 4
34          rotations as the default behavior. -->
35     <bool name="config_allowAllRotations">false</bool>
36
37     <!-- The number of degrees to rotate the display when the keyboard is open. -->
38     <integer name="config_lidOpenRotation">0</integer>
39
40     <!-- Indicate whether the lid state impacts the accessibility of
41          the physical keyboard.  0 means it doesn't, 1 means it is accessible
42          when the lid is open, 2 means it is accessible when the lid is
43          closed.  The default is 1. -->
44     <integer name="config_lidKeyboardAccessibility">0</integer>
45
46     <!-- Indicate whether the lid state impacts the accessibility of
47          the physical keyboard.  0 means it doesn't, 1 means it is accessible
48          when the lid is open, 2 means it is accessible when the lid is
49          closed.  The default is 0. -->
50     <integer name="config_lidNavigationAccessibility">0</integer>
51
52     <!-- There is no 1GHz test run, it's just normal board production run really. -->
53     <add-resource type="bool" name="config_1ghz_is_not_a_test_run"></add-resource> 
54     <bool name="config_1ghz_is_not_a_test_run">true</bool>
55
56     <!-- disables display of lockscreen both on boot as on
57     power button press to wake devices. usful for devices you
58     dont carry in pockets -->
59     <bool name="cm_default_disable_lockscreen">true</bool>
60
61 </resources>