We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e7ff6 commit 08d7051Copy full SHA for 08d7051
overlay/frameworks/base/core/res/res/values/config.xml
@@ -1082,4 +1082,14 @@
1082
1083
<!-- Defines custom Vendor sensor for pocket detection. -->
1084
<string name="config_pocketJudgeVendorSensorName">oneplus.sensor.pocket</string>
1085
+
1086
+ <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
1087
+ when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
1088
+ where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
1089
+ and Strength as defined in Authenticators.java -->
1090
+ <string-array name="config_biometric_sensors" translatable="false" >
1091
+ <!-- ID0:Fingerprint:Strong -->
1092
+ <item>0:2:15</item>
1093
+ </string-array>
1094
1095
</resources>
0 commit comments