scorpio: overlay-lineage: Update for moved biometrics hax overlays

Change-Id: I3fbd5f6d8e9a9e4437b0b109d2a0017cafcca1f0
This commit is contained in:
Bruno Martins
2020-10-05 19:43:09 +01:00
parent 07d0e6f1e6
commit fc299379a4
2 changed files with 7 additions and 25 deletions

View File

@@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Whether notify fingerprint client of successful cancelled authentication -->
<bool name="config_notifyClientOnFingerprintCancelSuccess">true</bool>
<!-- Whether to cleanup fingerprints upon connection to the daemon and when user switches -->
<bool name="config_cleanupUnusedFingerprints">false</bool>
</resources>

View File

@@ -76,4 +76,11 @@
<!-- Button backlight -->
<bool name="config_deviceHasVariableButtonBrightness">true</bool>
<!-- Whether to cleanup fingerprints upon connection to the daemon and when
user switches -->
<bool name="config_cleanupUnusedFingerprints">false</bool>
<!-- Whether to notify fingerprint client of successful cancelled authentication -->
<bool name="config_notifyClientOnFingerprintCancelSuccess">true</bool>
</resources>