android_vendor_hardware_ove.../Samsung/S10q/res/values/bools.xml
Daniel Roschka bb280c7d67
Remove config_cellBroadcastAppLinks property
This is a follow-up to
https://github.com/phhusson/device_phh_treble/pull/163 which is
about enabling `config_cellBroadcastAppLinks` for all devices, therefore
making it unnecessary to specify it in a hardware overlay as well.
2020-03-15 21:25:38 +01:00

26 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_showNavigationBar">true</bool>
<bool name="config_automatic_brightness_available">true</bool>
<bool name="config_useDevInputEventForAudioJack">true</bool>
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
<bool name="config_wifi_dual_band_support">false</bool>
<bool name="config_wifi_background_scan_support">true</bool>
<bool name="skip_restoring_network_selection">true</bool>
<bool name="config_hotswapCapable">true</bool>
<bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>
<bool name="config_wifi_batched_scan_supported">true</bool>
<bool name="config_speed_up_audio_on_mt_calls">true</bool>
<bool name="config_device_volte_available">true</bool>
<bool name="config_device_vt_available">true</bool>
<bool name="config_device_wfc_ims_available">true</bool>
<bool name="config_carrier_volte_available">true</bool>
<bool name="config_enableMultiUserUI">true</bool>
<bool name="config_switch_phone_on_voice_reg_state_change">false</bool>
<bool name="config_supportAudioSourceUnprocessed">false</bool>
<bool name="config_dozeAfterScreenOff">true</bool>
<bool name="config_powerDecoupleInteractiveModeFromDisplay">false</bool>
<bool name="config_setColorTransformAccelerated">true</bool>
<bool name="config_dynamic_bind_ims">false</bool>
</resources>