Revert "sanders: drop device keyhandler for now"

This reverts commit e3c7463566.

* Also remove proximity check from keyhandler
This commit is contained in:
therootlord
2018-11-07 16:35:12 -02:00
parent 7478a33ad1
commit 8a7fc2199a
2 changed files with 762 additions and 0 deletions

View File

@@ -319,6 +319,12 @@
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">false</bool>
<!-- Paths to the libraries that contain device specific key handlers -->
<string name="config_deviceKeyHandlerLib" translatable="false">/system/priv-app/MotoActions/MotoActions.apk</string>
<!-- Names of the key handler classes -->
<string name="config_deviceKeyHandlerClass" translatable="false">com.moto.actions.KeyHandler</string>
<!-- Default value for proximity check on screen wake
NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms)-->
<!--<bool name="config_proximityCheckOnWake">true</bool>