Revert "sdk: Add aux camera related resources to config.xml"

This reverts commit c775185a87.

Not needed anymore, after reverting 'sdk: Introduce org.lineageos.platform.resources target'

Change-Id: I8d6b5dbb879c792bd6b5cf09ab9d6752e7001310
This commit is contained in:
Dominik Baronelli
2023-05-16 08:23:54 +02:00
committed by Bruno Martins
parent 12feea4dc9
commit 805093b3ab
2 changed files with 0 additions and 11 deletions

View File

@@ -312,13 +312,6 @@
<!-- The list of components which should be forced to be enabled. -->
<string-array name="config_forceEnabledComponents" translatable="false" />
<!-- The list of package IDs that are allowed to use aux cameras.
NOTE: If this list is empty then all apps will be able to use aux cameras. -->
<string-array name="config_cameraAuxPackageAllowList" translatable="false" />
<!-- The list of package IDs that are not allowed to use aux cameras. -->
<string-array name="config_cameraAuxPackageExcludeList" translatable="false" />
<!-- Whether charging control should be enabled by default -->
<bool name="config_chargingControlEnabled">false</bool>

View File

@@ -194,10 +194,6 @@
<java-symbol type="array" name="config_globallyDisabledComponents" />
<java-symbol type="array" name="config_forceEnabledComponents" />
<!-- Camera -->
<java-symbol type="array" name="config_cameraAuxPackageAllowList" />
<java-symbol type="array" name="config_cameraAuxPackageExcludeList" />
<!-- Health interface -->
<java-symbol type="bool" name="config_chargingControlEnabled" />
<java-symbol type="integer" name="config_defaultChargingControlMode" />