summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Astone <ales.astone@gmail.com>2021-06-09 15:25:28 +0200
committerSiluxsept <ronny.horn.rh@gmail.com>2022-02-26 21:25:24 +0100
commite6b32b5f8bbf6b6c4a4cb11c72c015e16fdd1919 (patch)
treeaf7ff72efb4f484f7dec0e490fee12f04efca777
parent21789be0c4e3406569d2ee3b6d6469c4230b77c1 (diff)
Revert "redbull: Add biometric configuration to overlay"r11.1
Upstream added the same configuration to the target specific device trees, in May/June tags This reverts commit 9c0ea31c5eb59f78184a6643cae6a93b7d62bc08. Change-Id: I6a9b8bc3b8df9b42026076fae6f68683eed7d029
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 5efd2525..09014cea 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -397,11 +397,4 @@
<string name="config_sysCPUTemp">/sys/class/thermal/thermal_zone23/temp</string>
<integer name="config_sysCPUTempMultiplier">1000</integer>
- <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
- when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
- where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
- and Strength as defined in Authenticators.java -->
- <string-array name="config_biometric_sensors" translatable="false" >
- <item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
- </string-array>
</resources>