android_vendor_hardware_ove.../Vsmart/Live/res/values/config.xml
Andy CrossGate Yan ca9375e755 Fix status bar height for Android 12L
Prior to 12L:
- values: sbh links to sbh_port
- values-land: sbh links to sbh_land
However, in 12L this was flipped around:
- values: sbh_port links to sbh
- values-land: defines sbh standalone
To fix for 12L without breaking them for prior versions, break the link and define each of them

Also, while we're at it, remove a few links in my own overlays, as they might break similarly in the future

Change-Id: Ib4d1896599f47a39274c4930fd765891bf143f7d
2022-04-17 13:50:13 +00:00

49 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_device_vt_available">true</bool>
<bool name="config_device_wfc_ims_available">true</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_dozePulsePickup">false</bool>
<bool name="config_enableNetworkLocationOverlay">true</bool>
<bool name="config_fillMainBuiltInDisplayCutout">true</bool>
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
<bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
<bool name="config_useDevInputEventForAudioJack">true</bool>
<dimen name="rounded_corner_radius">105.0px</dimen>
<dimen name="status_bar_height">91px</dimen>
<dimen name="status_bar_height_portrait">91px</dimen>
<dimen name="status_bar_height_landscape">24dp</dimen>
<fraction name="config_autoBrightnessAdjustmentMaxGamma">200.0%</fraction>
<fraction name="config_maximumScreenDimRatio">29.999996%</fraction>
<integer name="config_bluetooth_idle_cur_ma">3</integer>
<integer name="config_bluetooth_operating_voltage_mv">3700</integer>
<integer name="config_bluetooth_rx_cur_ma">20</integer>
<integer name="config_bluetooth_tx_cur_ma">33</integer>
<integer name="config_brightness_ramp_rate_fast">10000</integer>
<integer name="config_brightness_ramp_rate_slow">10000</integer>
<integer name="config_screenBrightnessDark">5</integer>
<integer name="config_screenBrightnessDoze">50</integer>
<integer name="config_screenBrightnessSettingDefault">88</integer>
<integer name="config_screenBrightnessSettingMinimum">1</integer>
<integer name="config_shutdownBatteryTemperature">600</integer>
<string-array name="networkAttributes">
<item>wifi,1,1,1,-1,true</item>
<item>mobile,0,0,0,-1,true</item>
<item>mobile_mms,2,0,4,60000,true</item>
<item>mobile_supl,3,0,2,60000,true</item>
<item>mobile_dun,4,0,2,60000,true</item>
<item>mobile_hipri,5,0,3,60000,true</item>
<item>mobile_fota,10,0,2,60000,true</item>
<item>mobile_ims,11,0,2,60000,true</item>
<item>mobile_cbs,12,0,2,60000,true</item>
<item>bluetooth,7,7,2,-1,true</item>
<item>mobile_emergency,15,0,5,-1,true</item>
<item>ethernet,9,9,9,-1,true</item>
</string-array>
</resources>