sm6375-common: Migrate vendor.camera.aux.packagelist to sdk overlay

Change-Id: Iee884cc98b5fada492b27e8085de98ae08406cf4
This commit is contained in:
LuK1337
2022-11-02 13:16:05 +01:00
committed by Ramii Ahmed
parent d6642d3a5b
commit ea231c46c4

View File

@@ -51,4 +51,11 @@
<item>restart_bootloader</item>
<item>restart_fastboot</item>
</string-array>
<!-- 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">
<item>org.codeaurora.snapcam</item>
<item>com.android.camera</item>
</string-array>
</resources>