android_vendor_hardware_ove.../Moto/OneHyper/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

197 lines
7.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_dozeAfterScreenOff">false</bool>
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
<bool name="config_setColorTransformAccelerated">true</bool>
<bool name="config_pinnerCameraApp">true</bool>
<bool name="config_useDevInputEventForAudioJack">true</bool>
<integer name="config_bluetooth_operating_voltage_mv">3300</integer>
<bool name="config_intrusiveNotificationLed">true</bool>
<integer name="config_screenBrightnessDoze">1</integer>
<bool name="config_automatic_brightness_available">true</bool>
<bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
<bool name="config_dozeAfterScreenOffByDefault">false</bool>
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<bool name="config_device_vt_available">true</bool>
<bool name="config_hotswapCapable">true</bool>
<bool name="config_showNavigationBar">true</bool>
<bool name="config_speed_up_audio_on_mt_calls">true</bool>
<bool name="config_supportSystemNavigationKeys">true</bool>
<bool name="config_sustainedPerformanceModeSupported">true</bool>
<bool name="config_switch_phone_on_voice_reg_state_change">false</bool>
<bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>
<bool name="config_wifi_background_scan_support">true</bool>
<bool name="config_wifi_batched_scan_supported">false</bool>
<bool name="config_wifi_dual_band_support">true</bool>
<bool name="config_displayBlanksAfterDoze">false</bool>
<bool name="skip_restoring_network_selection">true</bool>
<dimen name="status_bar_height">80px</dimen>
<dimen name="status_bar_height_portrait">80px</dimen>
<dimen name="status_bar_height_landscape">24dp</dimen>
<integer name="config_screenBrightnessSettingDefault">55</integer>
<integer name="config_screenBrightnessSettingMinimum">2</integer>
<!-- Enable overlay for all location components. -->
<bool name="config_enableNetworkLocationOverlay" translatable="false">true</bool>
<bool name="config_enableFusedLocationOverlay" translatable="false">true</bool>
<!-- Values for GPS configuration -->
<string-array translatable="false" name="config_gpsParameters">
<item>SUPL_HOST=supl.google.com</item>
<item>SUPL_PORT=7275</item>
<item>SUPL_VER=0x20000</item>
<item>SUPL_MODE=1</item>
<item>SUPL_ES=1</item>
<item>LPP_PROFILE=2</item>
<item>USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1</item>
<item>A_GLONASS_POS_PROTOCOL_SELECT=0</item>
<item>GPS_LOCK=0</item>
</string-array>
<string name="wifi_tether_configure_ssid_default">motorola one hyper</string>
<integer name="config_screenBrightnessSettingMaximum">255</integer>
<bool name="config_allowAutoBrightnessWhileDozing">false</bool>
<array name="config_autoBrightnessDisplayValuesNits">
<item>3</item>
<item>32</item>
<item>70</item>
<item>110</item>
<item>130</item>
<item>150</item>
<item>180</item>
<item>180</item>
<item>180</item>
<item>180</item>
<item>225</item>
<item>270</item>
<item>300</item>
<item>315</item>
<item>420</item>
<item>450</item>
<item>450</item>
<item>450</item>
</array>
<integer-array name="config_autoBrightnessLevels">
<item>5</item>
<item>10</item>
<item>50</item>
<item>90</item>
<item>100</item>
<item>150</item>
<item>200</item>
<item>300</item>
<item>400</item>
<item>500</item>
<item>800</item>
<item>1000</item>
<item>1300</item>
<item>2000</item>
<item>3000</item>
<item>4000</item>
<item>8000</item>
</integer-array>
<integer-array name="config_keyboardTapVibePattern">
<item>@null</item>
<item>30</item>
</integer-array>
<integer-array name="config_longPressVibePattern">
<item>@null</item>
<item>30</item>
</integer-array>
<string-array name="config_mobile_tcp_buffers">
<item>5gnr:2097152,6291456,16777216,512000,2097152,8388608</item>
<item>lte:524288,1048576,8388608,262144,524288,4194304</item>
<item>lte_ca:1048576,2097152,16777216,524288,1048576,8388608</item>
<item>umts:131072,262144,1452032,4096,16384,399360</item>
<item>hspa:131072,262144,1452032,4096,16384,399360</item>
<item>hsupa:131072,262144,1452032,4096,16384,399360</item>
<item>hsdpa:131072,262144,1452032,4096,16384,399360</item>
<item>hspap:131072,262144,1452032,4096,16384,399360</item>
<item>edge:16384,32768,131072,4096,16384,65536</item>
<item>gprs:4096,8192,24576,4096,8192,24576</item>
<item>evdo:131072,262144,1048576,4096,16384,524288</item>
<item>ehrpd:4094,87380,1048576,4096,16384,262144</item>
</string-array>
<integer-array name="config_screenBrightnessBacklight">
<item>2</item>
<item>18</item>
<item>39</item>
<item>61</item>
<item>72</item>
<item>83</item>
<item>100</item>
<item>125</item>
<item>150</item>
<item>166</item>
<item>175</item>
<item>233</item>
<item>255</item>
</integer-array>
<array name="config_screenBrightnessNits">
<item>3</item>
<item>32</item>
<item>70</item>
<item>110</item>
<item>130</item>
<item>150</item>
<item>180</item>
<item>225</item>
<item>270</item>
<item>300</item>
<item>315</item>
<item>420</item>
<item>450</item>
</array>
<string-array name="config_tether_bluetooth_regexs">
<item>bnep\\d</item>
<item>bt-pan</item>
</string-array>
<integer-array name="config_tether_upstream_types">
<item>1</item>
<item>5</item>
<item>7</item>
</integer-array>
<string-array name="config_tether_usb_regexs">
<item>rndis\\d</item>
</string-array>
<string-array name="config_tether_wifi_regexs">
<item>wigig0</item>
<item>wlan0</item>
<item>softap0</item>
</string-array>
<integer-array name="config_virtualKeyVibePattern">
<item>@null</item>
<item>28</item>
</integer-array>
<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,3,-1,true</item>
</string-array>
<string-array name="radioAttributes">
<item>1,1</item>
<item>0,1</item>
<item>7,1</item>
<item>9,1</item>
</string-array>
<integer name="config_mobile_mtu">1410</integer>
</resources>