sanders: drop device keyhandler for now

This commit is contained in:
Vachounet
2018-06-03 16:58:23 +02:00
committed by therootlord
parent f8a701ea1d
commit e3c7463566
2 changed files with 0 additions and 819 deletions

View File

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