Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1dddbe29 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Tweak ambient light thresholds." into tm-qpr-dev am: 2d23e546"...

Merge "Merge "Tweak ambient light thresholds." into tm-qpr-dev am: 2d23e546" into tm-qpr-dev-plus-aosp am: c87e231f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17983272



Change-Id: I6d0dd2395801a23ad3c1d4e3341b11ae3f1ca7c2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 43215ea7 c87e231f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -622,11 +622,11 @@

    <!-- This value is used when calculating whether the device is in ambient light mode. It is
        light mode when the light sensor sample value exceeds above this value. -->
    <integer name="config_ambientLightModeThreshold">5</integer>
    <integer name="config_ambientLightModeThreshold">10</integer>

    <!-- This value is used when calculating whether the device is in ambient dark mode. It is
        dark mode when the light sensor sample value drops below this value. -->
    <integer name="config_ambientDarkModeThreshold">2</integer>
    <integer name="config_ambientDarkModeThreshold">5</integer>

    <!-- This value is used when calculating whether the device is in ambient light mode. Each
        sample contains light sensor events from this span of time duration. -->