lineage: res: Introduce overlays for biometrics hax

Change-Id: I5037be2fc49680a5092939b5e8b6518a506d7297
This commit is contained in:
Bruno Martins
2020-10-05 18:22:43 +01:00
parent 05473f5a8d
commit a5fcead6cf
2 changed files with 16 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>