From 37a13208c93bbe00cf233baf1ebcd6e081972a27 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Wed, 14 Oct 2009 11:55:50 -0700 Subject: Add separate configuration flag for hardware ALS support. A new flag config_hardware_automatic_brightness_available indicates that the device has hardware support for automatic screen brightness management, while config_automatic_brightness_available now indicates that automatic brightness mode is available in general. If config_automatic_brightness_available is true but config_hardware_automatic_brightness_available is false, then automatic brightness mode support in PowerManager support will be used. Bug b/2015734 (Ambient light sensor support in power manager) Change-Id: I6cd888252043dd63df3c25a1d14c21a04a91ad28 Signed-off-by: Mike Lockwood --- core/res/res/values/config.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'core/res') diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index c87a11c..45fcaa59 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -67,7 +67,11 @@ the slider can be opened (for example, in a pocket or purse). --> true - + + false + + false -- cgit v1.1