sm6150-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 Arian
parent 5104523fa7
commit 29e221cac6
2 changed files with 6 additions and 3 deletions

View File

@ -15,4 +15,10 @@
<resources>
<!-- Whether device has screen with higher aspect ratio -->
<bool name="config_haveHigherAspectRatioScreen">true</bool>
<!-- 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>com.android.camera</item>
</string-array>
</resources>

View File

@ -1,9 +1,6 @@
# Bluetooth
vendor.bluetooth.soc=cherokee
# Camera
vendor.camera.aux.packagelist=com.android.camera
# Charger
ro.charger.enable_suspend=true