diff options
Diffstat (limited to 'overlay/frameworks/base')
-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 |