overlay: Downgrade the biometrics security to WEAK
axolotl's biometrics testing under new Android protocols only grants
"BIOMETRIC_WEAK" (class 2). Hence, downgrade the standard to WEAK.
Change-Id: Idf6ac418a3d9f36bb61703cd484d595b2a78e22a
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index b0b7b64..dda766a 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -314,7 +314,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:255</item> <!-- ID0:Fingerprint:Weak -->
</string-array>
<!-- Boolean indicating if restoring network selection should be skipped -->