mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-02 05:30:20 +00:00
DO NOT MERGE Revert "Set brightness threshold for high brightness"
This reverts commit 2a76dcd035
Bug: 176018998
Change-Id: I4fd7bd16f50d14e213488e1c764fe78a542e32da
This commit is contained in:
@@ -235,19 +235,6 @@
|
||||
<!-- default refresh rate in the zone defined by birghtness and ambient thresholds -->
|
||||
<integer name="config_defaultRefreshRateInZone">90</integer>
|
||||
|
||||
<!-- Switch to fixed refresh rate when display brightness setting is
|
||||
equal or more than this value -->
|
||||
<integer-array name="config_highDisplayBrightnessThresholdsOfFixedRefreshRate">
|
||||
<item>255</item> <!-- 100% UI brightness -->
|
||||
</integer-array>
|
||||
|
||||
<integer-array name="config_highAmbientBrightnessThresholdsOfFixedRefreshRate">
|
||||
<item>50000</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- default refresh rate in the high zone defined by birghtness and ambient thresholds -->
|
||||
<integer name="config_fixedRefreshRateInHighZone">60</integer>
|
||||
|
||||
<!-- 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,
|
||||
|
||||
Reference in New Issue
Block a user