Skip to content

Commit

Permalink
overlay: Disable SystemUI anti-falsing on lockscreen
Browse files Browse the repository at this point in the history
 * 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>
  • Loading branch information
AdrianDC authored and wight554 committed Dec 16, 2017
1 parent 333d988 commit 7df4e6a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,11 @@
<string name="quick_settings_tiles_stock" translatable="false">
wifi,cell,battery,dnd,flashlight,rotation,bt,airplane,location,hotspot,inversion,saver,work,cast,night,caffeine,adb_network,screenshot,ambient,pip,sound,volume
</string>
<!-- Whether to show activity indicators in the status bar -->
<bool name="config_showActivity">true</bool>

<!-- 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">false</bool>
</resources>

0 comments on commit 7df4e6a

Please sign in to comment.