summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele M <moto.falcon.git@gmail.com>2017-02-22 23:33:53 +0100
committerhemantbeast <hemantbeast@gmail.com>2017-03-12 19:08:34 +0530
commita9bc3fbe1973b3aa1826e2153759e045cc17a03b (patch)
treeacc963def035d71d80df6b90a111ee877f9dccaa
parentb04ce0574cae7d7fee0a2958f6b45b7c1e9e8425 (diff)
dior: Disable HumanInteractionClassifier
HumaInteractionClassifier appears not to work properly on our devices (at least some of them) and makes unlocking the screen really hard at random, so disable it. The default option can be still overridden running the following command: settings put global HIC_enable 1|0 Change-Id: Iecb7ba3157228e2035d50c6495ecdcf04e7d813c
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index dc1c4f9..7c35078 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -380,4 +380,6 @@
NOTE: This requires additional hardware-specific code. -->
<bool name="config_uiBlurEnabled">true</bool>
+ <!-- Whether to enable HumanInteractionController by default -->
+ <bool name="config_HICEnabledDefault">false</bool>
</resources>