dubai: Use default refresh rate overlays

In the berlin/dubai trees we have overriding values that use the same as
the default values, so let's just revert to that.

Change-Id: I5e4ee2d89fb6c9e058db4395e50d7891c69f85d3
This commit is contained in:
Marc Bourgoin 2022-12-15 03:24:57 -07:00
parent 21eecfd901
commit c3afbb1902

View file

@ -268,31 +268,6 @@
during initialization when the setting is still null. -->
<bool name="config_dozeAlwaysOnEnabled">false</bool>
<!-- The default refresh rate for a given device. Change this value to set a higher default
refresh rate. If the hardware composer on the device supports display modes with a higher
refresh rate than the default value specified here, the framework may use those higher
refresh rate modes if an app chooses one by setting preferredDisplayModeId or calling
setFrameRate().
If a non-zero value is set for config_defaultPeakRefreshRate, then
config_defaultRefreshRate may be set to 0, in which case the value set for
config_defaultPeakRefreshRate will act as the default frame rate. -->
<integer name="config_defaultRefreshRate">0</integer>
<!-- The default peak refresh rate for a given device. Change this value if you want to prevent
the framework from using higher refresh rates, even if display modes with higher refresh
rates are available from hardware composer. Only has an effect if the value is
non-zero. -->
<integer name="config_defaultPeakRefreshRate">60</integer>
<!-- Not allow to switch to higher refresh rate when (display, ambient) brightness falls into
the region defined by the two arrays -->
<integer-array name="config_brightnessThresholdsOfPeakRefreshRate">
<item>72</item>
</integer-array>
<integer-array name="config_ambientThresholdsOfPeakRefreshRate">
<item>-1</item>
</integer-array>
<!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">motorolaedge30</string>
<!-- MMS user agent profile url -->