From bdba14008cf10d914dfc758aa7a4fd8984082887 Mon Sep 17 00:00:00 2001 From: Adrian DC Date: Sat, 9 Dec 2017 11:38:00 -0600 Subject: [PATCH] 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 where the device is almost impossible to swipe properly from a computer client Change-Id: I1caf603bc6a3bf7794af724b8e48a9ebb96da971 --- .../frameworks/base/packages/SystemUI/res/values/config.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml index 840a615b..162abaa7 100644 --- a/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml @@ -26,4 +26,9 @@ false true + + + false