mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sdm710-common
synced 2026-01-27 18:28:08 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user