vendor_hardware_overlay/Realme/X2Pro/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

16 lines
821 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
<bool name="config_wifi_dual_band_support">true</bool>
<bool name="config_wifi_background_scan_support">true</bool>
<bool name="config_automatic_brightness_available">true</bool>
<bool name="config_device_volte_available">true</bool>
<bool name="config_carrier_volte_available">true</bool>
<bool name="config_showNavigationBar">true</bool>
<bool name="config_enableNetworkLocationOverlay">false</bool>
<bool name="config_dozeAfterScreenOff">true</bool>
<bool name="config_supportDoubleTapWake">true</bool>
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
</resources>