android_vendor_hardware_ove.../Samsung/S10pq/res/values/bools.xml
Daniel Roschka b51f925dc3
Remove multi user settings
Multiple users are [now enabled for all devices in
`device_phh_treble`][1], therefore the multi user settings aren't
necessary in hardware overlays anymore. Therefore this commit removes
and blacklists the `config_enableMultiUserUI` and
`config_multiuserMaximumUsers`.

Please mind that this enables the multi user UI for some devices from
Huawei and Infinix which had it actively disabled previously. However
those devices had set a maximum number of users larger than one, which
might suggest the disabled UI isn't related to device specific
limitations, but to a copy & paste error instead.

[1]: 93335b6e59/overlay/frameworks/base/core/res/res/values/config.xml (L27-L28)
2020-03-19 22:02:06 +01:00

25 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_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>