android_vendor_hardware_ove.../Samsung/S10e/res/values/doze.xml
Daniel Roschka 1a280b0979
Remove redundant config_dozeComponent property
The `config_dozeComponent` property is already [set via
device_phh_treble][1] and all overlays overwriting it just did so with
its default value. As this doesn't add any value, this commit removes
the definition of `config_dozeComponent` from all overlays which set it.
It also removes `config_dozeComponent` from `knownKeys` with the
intention that somebody wanting to overwrite it in future should justify
why it should get added back to `knownKeys` again.

[1]: 04583fa95a/overlay/frameworks/base/core/res/res/values/config.xml (L32)
2020-03-15 14:29:12 +01:00

6 lines
171 B
XML

<?xml version="1.0"?>
<resources>
<bool name="config_enableBurnInProtection">true</bool>
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
</resources>