Commit 573dc6c7 authored by Cesar's avatar Cesar Committed by fire855
Browse files

overlay: Disable AntiFalsingClassifierEnabled

The introduced lockscreenAntiFalsingClassifierEnabled makes unlocking pretty hard
disabled this shit
parent b8c2384d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -31,4 +31,9 @@

    <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? -->
    <bool name="config_show4GForLTE">false</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>