Move audiojack setting to separate file

This commit is contained in:
jumper047 2020-04-19 01:54:59 +03:00
parent dd0434c0b5
commit 5a0ea755d4
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_useDevInputEventForAudioJack">true</bool>
</resources>

View file

@ -8,7 +8,6 @@
<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_useDevInputEventForAudioJack">true</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>