Commit 24470ccf authored by DerTeufel's avatar DerTeufel Committed by fire855
Browse files

HumanInteractionClassifier: disabled by default

this fixes some devices to fail unlocking at random
parent 3d8278a8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -140,4 +140,7 @@
        <!-- The standard AOSP fused location provider -->
        <item>com.android.location.fused</item>
    </string-array>

    <!-- Whether to enable HumanInteractionController by default -->
    <bool name="config_HICEnabledDefault">false</bool>
</resources>