sdm660-common: Enable Fingerprint Gestures
Change-Id: Ia9de8ba1e9c86ce336e516655d327119dc71ae65
This commit is contained in:
parent
6af8c36c23
commit
fb4fb073ca
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue