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

* Replace Snap by Aperture
* Also add .dev for debugging

Change-Id: I231a90c0e195ef471f2ffa2e97399cc79a264792
This commit is contained in:
Ivan Vecera
2022-12-30 17:13:36 +01:00
parent 23490c5c4e
commit 60260ea6a5
2 changed files with 9 additions and 1 deletions

View File

@@ -46,4 +46,13 @@
<!-- 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>org.codeaurora.snapcam</item>
<item>com.android.camera</item>
<item>org.lineageos.aperture</item>
<item>org.lineageos.aperture.dev</item>
</string-array>
</resources>

View File

@@ -28,7 +28,6 @@ vendor.bluetooth.soc=cherokee
# Camera
camera.disable_zsl_mode=true
vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.android.camera,org.lineageos.snap
# Charger
ro.charger.enable_suspend=true