gts3l-common: overlay: Set lockscreenAntiFalsing.. to false

Seems settings this to true breaks unlocking process sometimes on our
device

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I0e1f9bd260e62f76a06c5cca2576c5d925c9b91c
This commit is contained in:
Deokgyu Yang 2021-12-19 17:55:09 +09:00
parent 0a6d07aa1d
commit b5b52e9383

View file

@ -32,5 +32,5 @@
<!-- If true, enable the advance anti-falsing classifier on the lockscreen. On some devices it <!-- If true, enable the advance anti-falsing classifier on the lockscreen. On some devices it
does not work well, particularly with noisy touchscreens. Note that disabling it may does not work well, particularly with noisy touchscreens. Note that disabling it may
increase the rate of unintentional unlocks. --> increase the rate of unintentional unlocks. -->
<bool name="config_lockscreenAntiFalsingClassifierEnabled">true</bool> <bool name="config_lockscreenAntiFalsingClassifierEnabled">false</bool>
</resources> </resources>