sm6250-common: overlay-lineage: Don't use OpenLegacy() for opening camera
Change-Id: I387adeec3452a827c428db3bb752f025966578c5
This commit is contained in:
parent
2367ae5966
commit
da93987210
@ -18,4 +18,10 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<!-- Enable support for camera api v2 -->
|
<!-- Enable support for camera api v2 -->
|
||||||
<bool name="support_camera_api_v2">true</bool>
|
<bool name="support_camera_api_v2">true</bool>
|
||||||
|
|
||||||
|
<!-- Opens back camera using openLegacy() -->
|
||||||
|
<bool name="back_camera_open_legacy">false</bool>
|
||||||
|
|
||||||
|
<!-- Opens front camera using openLegacy() -->
|
||||||
|
<bool name="front_camera_open_legacy">false</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user