diff options
| author | Mike Lockwood <lockwood@android.com> | 2009-10-15 19:06:52 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-15 19:06:52 -0700 |
| commit | df284aa534bd5611684604c469c04b4db6bb42c7 (patch) | |
| tree | 6c7f666e1b0b63968a0e71ae4fb59aef137c9022 /core/res | |
| parent | 193c985e4458323e11db2671717a7087ae4cc5f3 (diff) | |
| parent | 37a13208c93bbe00cf233baf1ebcd6e081972a27 (diff) | |
| download | frameworks_base-df284aa534bd5611684604c469c04b4db6bb42c7.zip frameworks_base-df284aa534bd5611684604c469c04b4db6bb42c7.tar.gz frameworks_base-df284aa534bd5611684604c469c04b4db6bb42c7.tar.bz2 | |
am 37a13208: Add separate configuration flag for hardware ALS support.
Merge commit '37a13208c93bbe00cf233baf1ebcd6e081972a27' into eclair-mr2
* commit '37a13208c93bbe00cf233baf1ebcd6e081972a27':
Add separate configuration flag for hardware ALS support.
Diffstat (limited to 'core/res')
| -rw-r--r-- | core/res/res/values/config.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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). --> <bool name="config_bypass_keyguard_if_slider_open">true</bool> - <!-- Flag indicating whether the device supports automatic brightness mode. --> + <!-- Flag indicating whether the device supports automatic brightness mode in hardware. --> + <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> <!-- XXXXXX END OF RESOURCES USING WRONG NAMING CONVENTION --> |
