lineage: res: Introduce overlays for biometrics hax
Change-Id: I5037be2fc49680a5092939b5e8b6518a506d7297
This commit is contained in:
@@ -252,4 +252,12 @@
|
||||
<bool name="config_deviceHasVariableButtonBrightness">false</bool>
|
||||
<integer name="config_buttonBrightnessSettingDefault">255</dimen>
|
||||
<integer name="config_keyboardBrightnessSettingDefault">255</dimen>
|
||||
|
||||
<!-- Whether to cleanup fingerprints upon connection to the daemon and when
|
||||
user switches -->
|
||||
<bool name="config_cleanupUnusedFingerprints">true</bool>
|
||||
|
||||
<!-- Whether to notify fingerprint client of successful cancelled authentication
|
||||
(needed for some older vendor fingerprint HAL implementations) -->
|
||||
<bool name="config_fingerprintPostResetRunnableForAllClients">false</bool>
|
||||
</resources>
|
||||
|
||||
@@ -175,4 +175,12 @@
|
||||
<java-symbol type="bool" name="config_deviceHasVariableButtonBrightness" />
|
||||
<java-symbol type="integer" name="config_buttonBrightnessSettingDefault" />
|
||||
<java-symbol type="integer" name="config_keyboardBrightnessSettingDefault" />
|
||||
|
||||
<!-- Whether to cleanup fingerprints upon connection to the daemon and when
|
||||
user switches -->
|
||||
<java-symbol type="bool" name="config_cleanupUnusedFingerprints" />
|
||||
|
||||
<!-- Whether to notify fingerprint client of successful cancelled authentication
|
||||
(needed for some older vendor fingerprint HAL implementations) -->
|
||||
<java-symbol type="bool" name="config_fingerprintPostResetRunnableForAllClients" />
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user