sm6150-common: Migrate vendor.camera.aux.packagelist to sdk overlay
Change-Id: Iee884cc98b5fada492b27e8085de98ae08406cf4
This commit is contained in:
parent
5104523fa7
commit
29e221cac6
@ -15,4 +15,10 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<!-- 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>
|
||||||
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
# Bluetooth
|
# Bluetooth
|
||||||
vendor.bluetooth.soc=cherokee
|
vendor.bluetooth.soc=cherokee
|
||||||
|
|
||||||
# Camera
|
|
||||||
vendor.camera.aux.packagelist=com.android.camera
|
|
||||||
|
|
||||||
# Charger
|
# Charger
|
||||||
ro.charger.enable_suspend=true
|
ro.charger.enable_suspend=true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user