sdm660-common: Disable proximity check on wake

Fixes DT2W while AOD in Android 12

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
TRANSAERO21 2021-10-05 15:15:56 +02:00 committed by pix106
parent ec873e8345
commit 0f55c2f411

View file

@ -903,12 +903,6 @@
<!-- Should the pinner service pin the Home application? -->
<bool name="config_pinnerHomeApp">true</bool>
<!-- Default value for proximity check on screen wake.
Enable for devices that have a fast response proximity sensor (ideally < 300ms)-->
<bool name="config_proximityCheckOnWake">true</bool>
<bool name="config_proximityCheckOnWakeEnabledByDefault">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>