sdm660-common: overlay: disable proximity check for torch
This commit is contained in:
parent
8973f6f995
commit
8220f5651a
1 changed files with 4 additions and 1 deletions
|
@ -519,8 +519,11 @@
|
|||
|
||||
<!-- Specify custom blanking delay of the display -->
|
||||
<integer name="config_screen_off_delay">0</integer>
|
||||
|
||||
|
||||
<!-- Specify if the fingerprint hardware support gestures-->
|
||||
<bool name="config_fingerprintSupportsGestures">true</bool>
|
||||
|
||||
<!-- Time to give to the proximity sensor before toggling the flashlight with the Power button.
|
||||
Set to -1 to disable the proximity sensor check at all-->
|
||||
<integer name="config_flashlightProximityTimeout">-1</integer>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue