From af4bddc7b4c17c8edd5d7612a669bcb9023e6a11 Mon Sep 17 00:00:00 2001 From: Adrian DC Date: Sat, 9 Dec 2017 14:00:00 +0100 Subject: [PATCH] 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 Signed-off-by: ronaxdevil --- .../frameworks/base/packages/SystemUI/res/values/config.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml index 0707c7e..5b5fd8b 100644 --- a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -33,5 +33,11 @@ 1.25 + + + true +