Remove 'build-time disabling of components' resources

You should use component-override

Change-Id: I7e44f5b50b7909622c74b658bec0bedb776fd8a9
This commit is contained in:
Luca Stefani
2024-11-02 11:01:59 +01:00
committed by Jan Altensen (Stricted)
parent 8c849ce234
commit 303a108276
2 changed files with 0 additions and 15 deletions

View File

@@ -302,16 +302,6 @@
accidental unlocks when the screen is off. -->
<bool name="config_proximityCheckOnFpsUnlock">false</bool>
<!-- The list of components which should be automatically disabled for a specific device.
Note: this MUST not be used to randomly disable components, ask for approval first! -->
<string-array name="config_deviceDisabledComponents" translatable="false" />
<!-- The list of components which should be automatically disabled for all devices. -->
<string-array name="config_globallyDisabledComponents" translatable="false" />
<!-- The list of components which should be forced to be enabled. -->
<string-array name="config_forceEnabledComponents" translatable="false" />
<!-- Whether charging control should be enabled by default -->
<bool name="config_chargingControlEnabled">false</bool>

View File

@@ -189,11 +189,6 @@
accidental unlocks when the screen is off. -->
<java-symbol type="bool" name="config_proximityCheckOnFpsUnlock" />
<!-- Package Manager -->
<java-symbol type="array" name="config_deviceDisabledComponents" />
<java-symbol type="array" name="config_globallyDisabledComponents" />
<java-symbol type="array" name="config_forceEnabledComponents" />
<!-- Health interface -->
<java-symbol type="bool" name="config_chargingControlEnabled" />
<java-symbol type="integer" name="config_defaultChargingControlMode" />