sdm660-common: Enable Fingerprint Gestures

Change-Id: Ia9de8ba1e9c86ce336e516655d327119dc71ae65
This commit is contained in:
Joe Maples 2018-08-20 12:52:35 -04:00 committed by Max Weffers
parent 6af8c36c23
commit fb4fb073ca
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -111,7 +111,7 @@
<!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
<bool name="config_cellBroadcastAppLinks">true</bool> <bool name="config_cellBroadcastAppLinks">true</bool>
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option --> <!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveBatteryLed">true</bool> <bool name="config_intrusiveBatteryLed">true</bool>
@ -524,4 +524,8 @@
<!-- Specify custom blanking delay of the display --> <!-- Specify custom blanking delay of the display -->
<integer name="config_screen_off_delay">0</integer> <integer name="config_screen_off_delay">0</integer>
<!-- Specify if the fingerprint hardware support gestures-->
<bool name="config_fingerprintSupportsGestures">true</bool>
</resources> </resources>