summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2009-11-03 11:41:27 -0500
committerMike Lockwood <lockwood@android.com>2009-11-03 11:41:27 -0500
commitf90ffcc639fe979f346f062d620d34c28e57c885 (patch)
treebeb14a4f626bd46ffd4732ed3777543ec74a202e /core/res
parent4115c518753052add46b017bb3044da6f6169a7b (diff)
downloadframeworks_base-f90ffcc639fe979f346f062d620d34c28e57c885.zip
frameworks_base-f90ffcc639fe979f346f062d620d34c28e57c885.tar.gz
frameworks_base-f90ffcc639fe979f346f062d620d34c28e57c885.tar.bz2
Remove obsolete hardware auto-brightness support.
Change-Id: Ibd0ef67f887254f26ce19faf0627f8b246ec0a18 Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/config.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index bd6e7b4..9058221 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -71,11 +71,6 @@
the slider can be opened (for example, in a pocket or purse). -->
<bool name="config_bypass_keyguard_if_slider_open">true</bool>
- <!-- Flag indicating whether the device supports automatic brightness mode in hardware.
- WARNING - DO NOT USE THIS FEATURE
- Hardware auto brightness support is deprecated and will be removed in the next release. -->
- <bool name="config_hardware_automatic_brightness_available">false</bool>
-
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">false</bool>