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

Commit d37d431c authored by Peng Xu's avatar Peng Xu Committed by android-build-merger
Browse files

Merge "TYPE_DYNAMIC_SENSOR_META should be wake up sensor" am: cec2ebf6 am:...

Merge "TYPE_DYNAMIC_SENSOR_META should be wake up sensor" am: cec2ebf6 am: 8cddb920 am: 2146f7ef
am: 467d3b75

Change-Id: I4abeafb747d5f0798eec21e6244482ebc94a4c67
parents b7e05f85 467d3b75
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;
        }