sdk: Add aux camera related resources to config.xml

Change-Id: Ic19ea5b0ae4433564fe8a2f854a67fd42bfd7a5c
This commit is contained in:
LuK1337
2022-11-02 12:48:32 +01:00
committed by Bruno Martins
parent 6ba68050a3
commit c775185a87
2 changed files with 11 additions and 0 deletions

View File

@@ -296,4 +296,11 @@
<!-- 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" />
</resources>

View File

@@ -177,4 +177,8 @@
<java-symbol type="array" name="config_deviceDisabledComponents" />
<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" />
</resources>