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

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

Snap for 7083118 from bd9748b9 to rvc-qpr3-release

Change-Id: Ib6c0b68df1849957753bd3bf00701e8893c70801
parents aace816f bd9748b9
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -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,