diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-10-14 09:58:57 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-10-31 12:34:43 +0100 |
commit | faa7efb72b18f3feb3d14c5b110c291c181a8d43 (patch) | |
tree | 299d004a2c16de7d91c1d73e8bc220c9d3398d51 /overlay | |
parent | 8bd74c5a3ae34868ad6d0504cbb5bdb4fc743f05 (diff) |
z2_plus: overlay: Re-enable config_notifyClientOnFingerprintCancelSuccess
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 9d7f630..fbba5f9 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -469,7 +469,7 @@ <!--bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool--> <!-- Whether notify fingerprint client of successful cancelled authentication --> - <!--bool name="config_notifyClientOnFingerprintCancelSuccess">true</bool--> + <bool name="config_notifyClientOnFingerprintCancelSuccess">true</bool> <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the kernel. A high value will cause the lowmemorykiller to fire earlier, keeping more memory |