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

Commit 25d08d7f authored by Peng Xu's avatar Peng Xu
Browse files

TYPE_DYNAMIC_SENSOR_META type should be wake up sensor

Bug: 31068976

Change-Id: I2e6320b1e1e34a8c22677be3e6e318c149e1bb26
parent b7e05f85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -492,7 +492,7 @@ public abstract class SensorManager {
        if (type == Sensor.TYPE_PROXIMITY || type == Sensor.TYPE_SIGNIFICANT_MOTION ||
                type == Sensor.TYPE_TILT_DETECTOR || type == Sensor.TYPE_WAKE_GESTURE ||
                type == Sensor.TYPE_GLANCE_GESTURE || type == Sensor.TYPE_PICK_UP_GESTURE ||
                type == Sensor.TYPE_WRIST_TILT_GESTURE) {
                type == Sensor.TYPE_WRIST_TILT_GESTURE || type == Sensor.TYPE_DYNAMIC_SENSOR_META) {
            wakeUpSensor = true;
        }