diff options
| author | Mike Lockwood <lockwood@android.com> | 2009-10-25 09:08:31 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-25 09:08:31 -0700 |
| commit | 0f2a4e6026a37fc8b321494f688e9f0e5a5bf744 (patch) | |
| tree | bbc31f5e346ed5a604f95d747074f6d35ac1ab86 /core/res | |
| parent | 9baeff05a8bf9bd4479f2a357dca0463cc750202 (diff) | |
| parent | 6897e36b894b2a10fd8b2e3af6587b5f789fde72 (diff) | |
| download | frameworks_base-0f2a4e6026a37fc8b321494f688e9f0e5a5bf744.zip frameworks_base-0f2a4e6026a37fc8b321494f688e9f0e5a5bf744.tar.gz frameworks_base-0f2a4e6026a37fc8b321494f688e9f0e5a5bf744.tar.bz2 | |
am 6897e36b: Add comment warning to not use hardware based autobrightness support.
Merge commit '6897e36b894b2a10fd8b2e3af6587b5f789fde72' into eclair-mr2
* commit '6897e36b894b2a10fd8b2e3af6587b5f789fde72':
Add comment warning to not use hardware based autobrightness support.
Diffstat (limited to 'core/res')
| -rw-r--r-- | core/res/res/values/config.xml | 4 |
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. |
