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 where the device is almost impossible
    to swipe properly from a computer client

Change-Id: I1caf603bc6a3bf7794af724b8e48a9ebb96da971
  • Loading branch information
AdrianDC authored and invisiblek committed Jan 16, 2018
1 parent a078a22 commit bdba140
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@
<bool name="config_show4GForLTE">false</bool>

<bool name="quick_settings_show_full_alarm">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 bdba140

Please sign in to comment.