sanders: Update keyhandler overlays

Signed-off-by: Jorge Lucas <jorgelucas.sd@gmail.com>
This commit is contained in:
Jorge Lucas
2019-12-10 22:34:30 +01:00
parent 0d096c77b2
commit f6d9106989

View File

@@ -366,10 +366,13 @@
<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>
<string-array name="config_deviceKeyHandlerLibs" translatable="false">
<item>/system/priv-app/MotoActions/MotoActions.apk</item>
</string-array>
<!-- Names of the key handler classes -->
<string name="config_deviceKeyHandlerClass" translatable="false">com.moto.actions.KeyHandler</string>
<string-array name="config_deviceKeyHandlerClasses" translatable="false">
<item>com.moto.actions.KeyHandler</item>
</string-array>
<!-- Default value for proximity check on screen wake
NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms)-->