sanders: Update keyhandler overlays

This commit is contained in:
Henrique Silva
2018-05-12 17:59:43 +00:00
committed by Keertesh19
parent 4297fc997e
commit 65a670a120

View File

@@ -330,10 +330,14 @@
<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>
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>