android_vendor_hardware_ove.../Realme/X2Pro/res/values/integers.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

6 lines
188 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="config_screenBrightnessDoze">17</integer>
<integer name="config_defaultPeakRefreshRate">90</integer>
</resources>