sdk: Add aux camera related resources to config.xml
Change-Id: Ic19ea5b0ae4433564fe8a2f854a67fd42bfd7a5c
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user