sm8250-common: Reenable KeyHandler
Change-Id: I0ac48d3b16086401b6226582901c4a04f53df6eb
This commit is contained in:
@@ -22,6 +22,18 @@
|
|||||||
<integer name="config_proximityCheckTimeout">100</integer>
|
<integer name="config_proximityCheckTimeout">100</integer>
|
||||||
<bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>
|
<bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>
|
||||||
|
|
||||||
|
<!-- Paths to the libraries that contain device specific key handlers -->
|
||||||
|
<string-array name="config_deviceKeyHandlerLibs" translatable="false">
|
||||||
|
<item>/system_ext/app/KeyHandler/KeyHandler.apk</item>
|
||||||
|
<item>/system_ext/priv-app/LineageParts/LineageParts.apk</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Names of the key handler classes -->
|
||||||
|
<string-array name="config_deviceKeyHandlerClasses" translatable="false">
|
||||||
|
<item>org.lineageos.settings.device.KeyHandler</item>
|
||||||
|
<item>org.lineageos.lineageparts.gestures.KeyHandler</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
<!-- Hardware keys present on the device, stored as a bit field.
|
<!-- Hardware keys present on the device, stored as a bit field.
|
||||||
This integer should equal the sum of the corresponding value for each
|
This integer should equal the sum of the corresponding value for each
|
||||||
of the following keys present:
|
of the following keys present:
|
||||||
|
|||||||
Reference in New Issue
Block a user