Move config_biometric_sensors to device/google

Bug: 182868067
Test: Build Pass
Change-Id: I03b2d310ad58d6fa0c1a739b0d8cbd4ca4e3c231
This commit is contained in:
eddielan 2021-03-16 16:40:21 +08:00 committed by TreeHugger Robot
parent 62903463d5
commit 5ad06a0dc2

View file

@ -201,4 +201,12 @@
<!-- Auto-brightness sensor type string --> <!-- Auto-brightness sensor type string -->
<string name="config_displayLightSensorType">"com.google.sensor.auto_brightness"</string> <string name="config_displayLightSensorType">"com.google.sensor.auto_brightness"</string>
<!-- 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> </resources>