sdm660-common: overlay: disable proximity check for torch

This commit is contained in:
Max Weffers 2019-01-15 15:48:34 +01:00
parent 8973f6f995
commit 8220f5651a
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -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>