Revert "sdk: add HFR privapp camera related resource to config.xml"

This reverts commit 1c6d5b120d.

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

Change-Id: I34539f44422432160d89c420c75f86cd9d9927f9
This commit is contained in:
Dominik Baronelli
2023-05-16 08:22:17 +02:00
committed by Bruno Martins
parent 9b45f59f77
commit 12feea4dc9
2 changed files with 0 additions and 4 deletions

View File

@@ -319,9 +319,6 @@
<!-- The list of package IDs that are not allowed to use aux cameras. -->
<string-array name="config_cameraAuxPackageExcludeList" translatable="false" />
<!-- The list of package IDs that are allowed to skip camera high frame rate checks. -->
<string-array name="config_cameraHFRPrivAppList" translatable="false" />
<!-- Whether charging control should be enabled by default -->
<bool name="config_chargingControlEnabled">false</bool>

View File

@@ -197,7 +197,6 @@
<!-- Camera -->
<java-symbol type="array" name="config_cameraAuxPackageAllowList" />
<java-symbol type="array" name="config_cameraAuxPackageExcludeList" />
<java-symbol type="array" name="config_cameraHFRPrivAppList" />
<!-- Health interface -->
<java-symbol type="bool" name="config_chargingControlEnabled" />