MotoActions: Drop glance sensor for doze
authordianlujitao <dianlujitao@lineageos.org>
Wed, 2 Feb 2022 05:33:05 +0000 (13:33 +0800)
committerdianlujitao <dianlujitao@lineageos.org>
Sat, 12 Feb 2022 14:31:39 +0000 (22:31 +0800)
commit72312f447cacdc181b9972005feac27aea00eb55
tree34c39bff5f697dc8ca3ef5a1b1956fce456e8a53
parent203d868092719e527da6622b57a4c98ec905d2f0
MotoActions: Drop glance sensor for doze

 * This sensor gets triggered by any physical movements of the device.
   Slight shakes of your table could even wake up the device, which is
   clearly undesired.
 * The ordinary pick up gesture is detected by the flat up sensor.

Change-Id: I1fe492e8e23f09adebab38f123f6bb497cc7a0f4
MotoActions/src/org/lineageos/settings/device/MotoActionsService.java
MotoActions/src/org/lineageos/settings/device/SensorHelper.java
MotoActions/src/org/lineageos/settings/device/doze/GlanceSensor.java [deleted file]