sm7325-common: 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: Ie79456b0cf4c319b84bca0153ba2bdd91a87960e
This commit is contained in:
Marc Bourgoin 2022-12-15 03:20:36 -07:00
parent 90cb8dbf7a
commit 429d082485

View File

@ -318,15 +318,6 @@
<!-- Boolean indicating if current platform supports HFP inband ringing --> <!-- Boolean indicating if current platform supports HFP inband ringing -->
<bool name="config_bluetooth_hfp_inband_ringing_support">true</bool> <bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
<!-- The default refresh rate for a given device. If a non-zero value is set for
config_defaultPeakRefreshRate, then config_defaultRefreshRate may be set to 0, in that case
the value set for config_defaultPeakRefreshRate will act as the default peak frame rate -->
<integer name="config_defaultRefreshRate">0</integer>
<!-- The default peak refresh rate for a given device. Change this value if you want to allow
for higher refresh rates to be automatically used out of the box -->
<integer name="config_defaultPeakRefreshRate">240</integer>
<!-- Whether to select voice/data/sms preference without user confirmation --> <!-- Whether to select voice/data/sms preference without user confirmation -->
<bool name="config_voice_data_sms_auto_fallback">true</bool> <bool name="config_voice_data_sms_auto_fallback">true</bool>
<!-- Package names to use with vendor iwlan implementation. --> <!-- Package names to use with vendor iwlan implementation. -->