summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2009-10-26 06:24:33 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-26 06:24:33 -0700
commitaf081aa1edf8f427f9684d5a9bdadc43e994fefd (patch)
treec592e2ac2465fa324fdcbf1de3b02535ff52984d /core
parenta6f7e41979cf34ab403c88b7c5521e1b5cfc442e (diff)
parent0f2a4e6026a37fc8b321494f688e9f0e5a5bf744 (diff)
downloadframeworks_base-af081aa1edf8f427f9684d5a9bdadc43e994fefd.zip
frameworks_base-af081aa1edf8f427f9684d5a9bdadc43e994fefd.tar.gz
frameworks_base-af081aa1edf8f427f9684d5a9bdadc43e994fefd.tar.bz2
am 0f2a4e60: am 6897e36b: Add comment warning to not use hardware based autobrightness support.
Merge commit '0f2a4e6026a37fc8b321494f688e9f0e5a5bf744' into eclair-mr2-plus-aosp * commit '0f2a4e6026a37fc8b321494f688e9f0e5a5bf744': Add comment warning to not use hardware based autobrightness support.
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/config.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 274ec2b..057e10a 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -71,7 +71,9 @@
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. -->
+ <!-- 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.