Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c722c204 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [13350919, 13351137, 13351103, 13350944, 13351985,...

Merge cherrypicks of [13350919, 13351137, 13351103, 13350944, 13351985, 13351986, 13351113, 13351104] into rvc-qpr2-release

Change-Id: I20ae1a9402c947ecccca6fa511064cf932a66197
parents 1ea746cc 26231091
Loading
Loading
Loading
Loading
+7 −12
Original line number Diff line number Diff line
@@ -235,16 +235,11 @@
    <!-- 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,
     and Strength as defined in Authenticators.java -->
    <string-array name="config_biometric_sensors" translatable="false" >
        <item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
    </string-array>
</resources>