Sanders : overlay: Disable SystemUI anti-falsing on lockscreen
* The anti-falsing implementation from HumanInteractionClassifier
regularly prevents easy swipe to unlock or to pattern / pin
on the keyguard lockscreen, requiring multiple attempts
until accepted due to a hardcoded evaluation (5.0f)
while normal usage shows better results without it
* Another solved situation is remote device access like
Vysor or TeamViewer were the device is almost impossible
to swipe properly from a computer client
Change-Id: I0c2590f56e2cf6d6cd4ff3af2341a985670168e3
Signed-off-by: Adrian DC <radian.dc@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
@@ -33,5 +33,11 @@
|
||||
|
||||
<!-- System icon area layout weight -->
|
||||
<item name="system_icon_area_weight" format="float" type="integer">1.25</item>
|
||||
|
||||
<!-- 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
|
||||
increase the rate of unintentional unlocks. -->
|
||||
<bool name="config_lockscreenAntiFalsingClassifierEnabled">true</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user