MotoActions: Drop glance sensor for doze
authordianlujitao <dianlujitao@lineageos.org>
Wed, 2 Feb 2022 05:33:05 +0000 (13:33 +0800)
committerNolen Johnson <johnsonnolen@gmail.com>
Sun, 13 Feb 2022 04:27:54 +0000 (23:27 -0500)
commit9201be65348b0d21974940abe90fff83b0b7bba8
tree7adceda937b776b1f2bd9f55145b70ac58595fac
parent2c77e9bb68d8f5c2f096f6eae89441e99c3e94dc
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]