Move config_biometric_sensors to device/google
Bug: 182868067 Test: Build Pass Change-Id: I03b2d310ad58d6fa0c1a739b0d8cbd4ca4e3c231
This commit is contained in:
parent
62903463d5
commit
5ad06a0dc2
1 changed files with 8 additions and 0 deletions
|
@ -201,4 +201,12 @@
|
|||
|
||||
<!-- Auto-brightness sensor type 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue