mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 07:38:17 +00:00
sm6150-common: Convert packages allowed to use aux cameras to prop
Change-Id: Ie8c5cc86d3dc4937059432cd42be6dcaa6ac089c
This commit is contained in:
@@ -16,14 +16,6 @@
|
|||||||
<!-- Whether device has screen with higher aspect ratio -->
|
<!-- Whether device has screen with higher aspect ratio -->
|
||||||
<bool name="config_haveHigherAspectRatioScreen">true</bool>
|
<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>
|
|
||||||
<item>org.lineageos.aperture</item>
|
|
||||||
<item>org.lineageos.aperture.dev</item>
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
<!-- Defines the actions shown in advanced reboot submenu -->
|
<!-- Defines the actions shown in advanced reboot submenu -->
|
||||||
<string-array name="config_restartActionsList">
|
<string-array name="config_restartActionsList">
|
||||||
<item>restart</item>
|
<item>restart</item>
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
# Bluetooth
|
# Bluetooth
|
||||||
vendor.bluetooth.soc=cherokee
|
vendor.bluetooth.soc=cherokee
|
||||||
|
|
||||||
|
# Camera
|
||||||
|
vendor.camera.aux.packagelist=com.android.camera,org.lineageos.aperture,org.lineageos.aperture.dev
|
||||||
|
|
||||||
# CNE
|
# CNE
|
||||||
persist.vendor.cne.feature=1
|
persist.vendor.cne.feature=1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user