caprip: Enable fingerprint swipe gesture
Enables gesture settings for fingerprint swipe and adds a keyboard layout that translates native key codes 618-621 into SYSTEM_NAVIGATION key codes. Change-Id: Ibed250aeaa3d7d9ea3b2af3e16ae756d89f6e689
This commit is contained in:
parent
8737b47431
commit
35d3221641
1 changed files with 6 additions and 0 deletions
|
@ -216,4 +216,10 @@
|
|||
|
||||
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
|
||||
<bool name="config_intrusiveNotificationLed">true</bool>
|
||||
|
||||
<!-- Specify if the fingerprint hardware support gestures-->
|
||||
<bool name="config_fingerprintSupportsGestures">true</bool>
|
||||
|
||||
<!-- Enable system navigation keys. -->
|
||||
<bool name="config_supportSystemNavigationKeys">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue