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

Commit 25e536d0 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

Increase light sensor delay from one to two seconds.



Change-Id: I3f0ded49cb447835133cf8d5d693260e8312aa89
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent ba303ec9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ class PowerManagerService extends IPowerManager.Stub
    private static final int LONG_DIM_TIME = 7000;              // t+N-5 sec

    // How long to wait to debounce light sensor changes.
    private static final int LIGHT_SENSOR_DELAY = 1000;
    private static final int LIGHT_SENSOR_DELAY = 2000;

    // For debouncing the proximity sensor.
    private static final int PROXIMITY_SENSOR_DELAY = 1000;