|
|
|
@ -1274,14 +1274,6 @@ |
|
|
|
|
on the headphone/microphone jack. When false use the older uevent framework. --> |
|
|
|
|
<bool name="config_useDevInputEventForAudioJack">true</bool> |
|
|
|
|
|
|
|
|
|
<!-- 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> |
|
|
|
|
</string-array> |
|
|
|
|
|
|
|
|
|
<!-- Whether the always on display mode is available. This should only be enabled |
|
|
|
|
on devices where the display has been tuned to be power efficient in DOZE and/or |
|
|
|
|
DOZE_SUSPEND states. --> |
|
|
|
@ -1350,9 +1342,6 @@ |
|
|
|
|
<!-- Whether device supports double tap to wake --> |
|
|
|
|
<bool name="config_supportDoubleTapWake">true</bool> |
|
|
|
|
|
|
|
|
|
<!-- For performance and storage reasons, limit the number of fingerprints per user --> |
|
|
|
|
<integer name="config_fingerprintMaxTemplatesPerUser">4</integer> |
|
|
|
|
|
|
|
|
|
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently |
|
|
|
|
in hardware. --> |
|
|
|
|
<bool name="config_setColorTransformAccelerated">true</bool> |
|
|
|
|