vendor_hardware_overlay/Xiaomi/RedmiNote7/res/values/config.xml
Daniel Roschka c0c253a841
Remove magnification tap adjustment property
All occurrences of `config_screen_magnification_multi_tap_adjustment`
were set to the [default value in AOSP][1], so this commit removes this
unneccessary usages and blacklists the property.

[1]: 0dae8d78f0/core/res/res/values/config.xml (L3131)
2020-03-15 17:54:31 +01:00

112 lines
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<fraction name="config_maximumScreenDimRatio">29.999996%</fraction>
<fraction name="config_autoBrightnessAdjustmentMaxGamma">100.0%</fraction>
<fraction name="config_screenAutoBrightnessDozeScaleFactor">100.0%</fraction>
<integer-array name="config_autoBrightnessLcdBacklightValues">
<item>3</item>
<item>3</item>
<item>3</item>
<item>5</item>
<item>7</item>
<item>9</item>
<item>12</item>
<item>15</item>
<item>17</item>
<item>18</item>
<item>20</item>
<item>22</item>
<item>29</item>
<item>37</item>
<item>50</item>
<item>50</item>
<item>50</item>
<item>50</item>
<item>55</item>
<item>62</item>
<item>62</item>
<item>72</item>
<item>76</item>
<item>82</item>
<item>90</item>
<item>101</item>
<item>105</item>
<item>110</item>
<item>119</item>
<item>143</item>
<item>190</item>
<item>214</item>
<item>240</item>
<item>255</item>
</integer-array>
<integer-array name="config_autoBrightnessLevels">
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
<item>8</item>
<item>10</item>
<item>12</item>
<item>15</item>
<item>18</item>
<item>22</item>
<item>30</item>
<item>40</item>
<item>50</item>
<item>70</item>
<item>150</item>
<item>300</item>
<item>400</item>
<item>520</item>
<item>600</item>
<item>700</item>
<item>900</item>
<item>1100</item>
<item>1200</item>
<item>1300</item>
<item>1500</item>
<item>1800</item>
<item>2400</item>
<item>2800</item>
<item>3500</item>
<item>4000</item>
</integer-array>
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
<bool name="skip_restoring_network_selection">true</bool>
<bool name="config_showNavigationBar">true</bool>
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
<bool name="config_useDevInputEventForAudioJack">true</bool>
<bool name="config_switch_phone_on_voice_reg_state_change">false</bool>
<bool name="config_supportAudioSourceUnprocessed">true</bool>
<bool name="config_sustainedPerformanceModeSupported">false</bool>
<bool name="config_wifi_dual_band_support">true</bool>
<bool name="config_wifi_background_scan_support">true</bool>
<bool name="config_wifi_batched_scan_supported">true</bool>
<bool name="config_lidControlsSleep">true</bool>
<bool name="config_device_volte_available">true</bool>
<bool name="config_device_vt_available">true</bool>
<bool name="config_hotswapCapable">true</bool>
<bool name="config_automatic_brightness_available">true</bool>
<bool name="config_allowAutoBrightnessWhileDozing">false</bool>
<bool name="config_displayBlanksAfterDoze">true</bool>
<bool name="config_dozeAfterScreenOff">true</bool>
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<bool name="config_enableBurnInProtection">false</bool>
<integer name="config_shutdownBatteryTemperature">610</integer>
<integer name="config_screenBrightnessSettingMinimum">3</integer>
<integer name="config_screenBrightnessSettingDefault">128</integer>
<integer name="config_screenBrightnessSettingMaximum">255</integer>
<integer name="config_screenBrightnessDoze">17</integer>
<integer name="config_screenBrightnessDark">1</integer>
<integer name="config_screenBrightnessDim">3</integer>
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">2000</integer>
<integer name="config_autoBrightnessInitialLightSensorRate">-1</integer>
<integer name="config_autoBrightnessLightSensorRate">100</integer>
<integer name="config_bluetooth_operating_voltage_mv">3300</integer>
</resources>