Move bluetooth and location settings to separate file. Remove other settings

This commit is contained in:
jumper047 2020-03-26 22:21:46 +03:00
parent 4551fbfa0c
commit 2500366236
3 changed files with 10 additions and 10 deletions

View file

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

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Support non default location providers -->
<resources>
<bool name="config_enableFusedLocationOverlay">true</bool>
<bool name="config_enableNetworkLocationOverlay">true</bool>
</resources>

View file

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Some tune-up variables -->
<resources>
<bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
<bool name="config_dozePulsePickup">true</bool>
<bool name="config_enableFusedLocationOverlay">true</bool>
<bool name="config_enableNetworkLocationOverlay">true</bool>
<bool name="config_supportDoubleTapWake">true</bool>
</resources>