|
|
@ -1191,14 +1191,6 @@ |
|
|
|
on the headphone/microphone jack. When false use the older uevent framework. --> |
|
|
|
on the headphone/microphone jack. When false use the older uevent framework. --> |
|
|
|
<bool name="config_useDevInputEventForAudioJack">true</bool> |
|
|
|
<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 |
|
|
|
<!-- 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 |
|
|
|
on devices where the display has been tuned to be power efficient in DOZE and/or |
|
|
|
DOZE_SUSPEND states. --> |
|
|
|
DOZE_SUSPEND states. --> |
|
|
@ -1256,9 +1248,6 @@ |
|
|
|
<!-- Whether device supports double tap to wake --> |
|
|
|
<!-- Whether device supports double tap to wake --> |
|
|
|
<bool name="config_supportDoubleTapWake">true</bool> |
|
|
|
<bool name="config_supportDoubleTapWake">true</bool> |
|
|
|
|
|
|
|
|
|
|
|
<!-- For performance and storage reasons, limit the number of fingerprints per user --> |
|
|
|
|
|
|
|
<integer name="config_fingerprintMaxTemplatesPerUser">4</integer> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Control whether Night display is available. This should only be enabled on devices |
|
|
|
<!-- Control whether Night display is available. This should only be enabled on devices |
|
|
|
that have a HWC implementation that can apply the matrix passed to setColorTransform |
|
|
|
that have a HWC implementation that can apply the matrix passed to setColorTransform |
|
|
|
without impacting power, performance, and app compatibility (e.g. protected content). --> |
|
|
|
without impacting power, performance, and app compatibility (e.g. protected content). --> |
|
|
|