diff options
| author | Arne Coucheron <arco68@gmail.com> | 2017-05-30 06:20:07 +0200 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2017-05-31 09:07:33 +0300 |
| commit | 4890f2acbdd8dc876d03a0aba9e6cc21bb4a2113 (patch) | |
| tree | 84055c927cc83cfc8c6ac19efcea0feee4657295 | |
| parent | 94acd0127a2580dd403497e88d064531db786322 (diff) | |
Revert "overlay: Set config_autoBrightnessResetAmbientLuxAfterWarmUp to false"
This reverts commit 914a4b0bf9536619edf563a160f09ed30599fee1.
Change-Id: I0d2d9eb9fe9e5ab6f24f588b9c5f24528c12438e
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 6cc3baa..0352ca0 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -163,19 +163,6 @@ config to 7. --> <integer name="config_deviceHardwareWakeKeys">65</integer> - <!-- When the screen is turned on, the previous estimate of the ambient light level at the time - the screen was turned off is restored and is used to determine the initial screen - brightness. - - If this flag is true, then the ambient light level estimate will be promptly recomputed - after the warm-up interface and the screen brightness will be adjusted immediately. - - If this flag is false, then the ambient light level estimate will be adjusted more - gradually in the same manner that normally happens when the screen is on according to the - brightening or dimming debounce thresholds. As a result, it may take somewhat longer to - adapt to the environment. This mode may be better suited for watches. --> - <bool name="config_autoBrightnessResetAmbientLuxAfterWarmUp">false</bool> - <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support. The N entries of this array define N 1 zones as follows: |
