diff options
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 686bb555350e..dadb92415839 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -4178,7 +4178,7 @@ 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 --> + <!-- <item>0:2:15</item> ID0:Fingerprint:Strong --> </string-array> <!-- Messages that should not be shown to the user during face auth enrollment. This should be |