Move network related vals to separate file

This commit is contained in:
jumper047 2020-04-19 01:56:52 +03:00
parent 5a0ea755d4
commit a595755062
2 changed files with 12 additions and 8 deletions

View file

@ -1,16 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This file contains misc non default vars -->
<resources>
<bool name="config_device_volte_available">true</bool>
<bool name="config_device_vt_available">true</bool>
<bool name="config_displayBlanksAfterDoze">true</bool>
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
<bool name="config_dynamic_bind_ims">true</bool>
<bool name="config_hotswapCapable">true</bool>
<bool name="config_switch_phone_on_voice_reg_state_change">false</bool>
<bool name="config_wifi_background_scan_support">true</bool>
<bool name="config_wifi_dual_band_support">true</bool>
<bool name="skip_restoring_network_selection">true</bool>
<integer name="config_overrideHasPermanentMenuKey">2</integer>
<integer name="config_shutdownBatteryTemperature">600</integer>
</resources>

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This file contains misc non default vars -->
<resources>
<bool name="config_device_volte_available">true</bool>
<bool name="config_device_vt_available">true</bool>
<bool name="config_dynamic_bind_ims">true</bool>
<bool name="config_hotswapCapable">true</bool>
<bool name="config_switch_phone_on_voice_reg_state_change">false</bool>
<bool name="config_wifi_background_scan_support">true</bool>
<bool name="config_wifi_dual_band_support">true</bool>
<bool name="skip_restoring_network_selection">true</bool>
</resources>