diff options
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 849c564..99fc5c2 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -149,9 +149,15 @@ Software implementation will be used if config_hardware_auto_brightness_available is not set --> <bool name="config_automatic_brightness_available">false</bool> + <!-- Don't name config resources like this. It should look like config_annoyDianne --> + <bool name="config_annoy_dianne">true</bool> + <!-- If this is true, the screen will come on when you unplug usb/power/whatever. --> <bool name="config_unplugTurnsOnScreen">false</bool> + <!-- If this is true, the screen will fade off. --> + <bool name="config_animateScreenLights">true</bool> + <!-- XXXXXX END OF RESOURCES USING WRONG NAMING CONVENTION --> <!-- The number of degrees to rotate the display when the keyboard is open. --> |